We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad78916 commit 7cd8247Copy full SHA for 7cd8247
1 file changed
appveyor.yml
@@ -62,7 +62,7 @@ after_test:
62
# will fail when the test coverage is lower than the threshold
63
- minicover report --threshold 95
64
- ps: 'if (-Not $env:APPVEYOR_PULL_REQUEST_NUMBER) { & dotnet sonarscanner end /d:sonar.login="$env:SONAR_TOKEN" }'
65
- - dotnet pack --no-build --include-symbols -c %CONFIGURATION% /p:PackageVersion=%APPVEYOR_BUILD_VERSION%
+ - dotnet pack --include-symbols -c %CONFIGURATION% /p:PackageVersion=%APPVEYOR_BUILD_VERSION%
66
67
artifacts:
68
- path: '**\*.nupkg'
0 commit comments