File tree 2 files changed +4
-2
lines changed
StringBuilderExtensionsTests
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,13 @@ jobs:
19
19
with :
20
20
dotnet-version : 2.1.607
21
21
22
+ - name : Restore NuGet Packages
23
+ run : nuget restore StringBuilderExtensions.sln
24
+
22
25
- name : Build with dotnet
23
26
run : |
24
27
DOTNET_CLI_TELEMETRY_OPTOUT=1
25
- dotnet build -c Release
28
+ msbuild StringBuilderExtensions.sln /p:Configuration= Release
26
29
27
30
- name : Run Unit Tests
28
31
run : |
Original file line number Diff line number Diff line change 8
8
<IsPackable >false</IsPackable >
9
9
</PropertyGroup >
10
10
<ItemGroup >
11
- <PackageReference Include =" Microsoft.NETCore.App" Version =" 2.1.17" />
12
11
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.5.0" />
13
12
<PackageReference Include =" MSTest.TestAdapter" Version =" 2.1.1" />
14
13
<PackageReference Include =" MSTest.TestFramework" Version =" 2.1.1" />
You can’t perform that action at this time.
0 commit comments