Troubleshoot NuGet deployment 2
This commit is contained in:
parent
08aa379eab
commit
2db5e7bf39
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue