Skip to content

Commit 7cd8247

Browse files
committed
Remove no-build from dotnet pack step
1 parent ad78916 commit 7cd8247

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ after_test:
6262
# will fail when the test coverage is lower than the threshold
6363
- minicover report --threshold 95
6464
- 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%
65+
- dotnet pack --include-symbols -c %CONFIGURATION% /p:PackageVersion=%APPVEYOR_BUILD_VERSION%
6666

6767
artifacts:
6868
- path: '**\*.nupkg'

0 commit comments

Comments
 (0)