Skip to content

Commit

Permalink
MSBuild
Browse files Browse the repository at this point in the history
  • Loading branch information
xperiandri committed Apr 9, 2020
1 parent af92dea commit 74dc345
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,13 @@ jobs:
with:
dotnet-version: 2.1.607

- name: Restore NuGet Packages
run: nuget restore StringBuilderExtensions.sln

- name: Build with dotnet
run: |
DOTNET_CLI_TELEMETRY_OPTOUT=1
dotnet build -c Release
msbuild StringBuilderExtensions.sln /p:Configuration=Release
- name: Run Unit Tests
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NETCore.App" Version="2.1.17" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.5.0" />
<PackageReference Include="MSTest.TestAdapter" Version="2.1.1" />
<PackageReference Include="MSTest.TestFramework" Version="2.1.1" />
Expand Down

0 comments on commit 74dc345

Please sign in to comment.