Skip to content

Commit

Permalink
run build+pack
Browse files Browse the repository at this point in the history
  • Loading branch information
dpvreony committed Apr 18, 2022
1 parent 8fe67d1 commit 6e38294
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,9 @@ jobs:
# msbuild used because we run targets not supported by dotnet build
- name: Run Build
run: |
msbuild /t:build /nowarn:MSB4011 /maxcpucount /p:NoPackageAnalysis=true /verbosity:minimal /p:Configuration=Release
msbuild /t:build,pack /nowarn:MSB4011 /maxcpucount /p:NoPackageAnalysis=true /verbosity:minimal /p:Configuration=Release
working-directory: src

- name: Produce Nuget Packages
run: msbuild /t:pack /nowarn:MSB4011 /maxcpucount /p:NoPackageAnalysis=true /verbosity:minimal /p:Configuration=Release /p:PackageOutputPath=..\..\artifacts\nuget /p:ContinuousIntegrationBuild=true
working-directory: src

- name: List outdated packages
run: |
dotnet outdated -o artifacts\outdated\outdated.json src
Expand Down

0 comments on commit 6e38294

Please sign in to comment.