Troubleshoot NuGet deployment 2

This commit is contained in:
Sipke Schoorstra 2021-07-16 11:04:01 +02:00
parent 08aa379eab
commit 2db5e7bf39

View file

@ -86,9 +86,9 @@ cache:
# - ps: dotnet test --collect:"XPlat Code Coverage" --logger:xunit -- DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=opencover
# - ps: dotnet test
after_test:
- ps: >-
dotnet pack Elsa.sln --include-symbols /p:Version="$env:APPVEYOR_BUILD_VERSION"
#after_test:
# - ps: >-
# dotnet pack Elsa.sln --include-symbols /p:Version="$env:APPVEYOR_BUILD_VERSION"
artifacts:
- path: '**/*.nupkg'