We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29875ba commit 0d96dd7Copy full SHA for 0d96dd7
appveyor.yml
@@ -28,7 +28,7 @@ build:
28
verbosity: minimal
29
after_build:
30
- ps: >-
31
- dotnet pack $Env:APPVEYOR_PROJECT_NAME/$Env:APPVEYOR_PROJECT_NAME.csproj --configuration Release /p:Version="$Env:GitVersion_NuGetVersion" --no-build --output "$Env:APPVEYOR_BUILD_FOLDER"
+ dotnet pack $Env:APPVEYOR_PROJECT_NAME/$Env:APPVEYOR_PROJECT_NAME.csproj --configuration Release /p:PackageVersion="$Env:GitVersion_NuGetVersion" --no-build --output "$Env:APPVEYOR_BUILD_FOLDER" --include-symbols
32
33
$currentCommitIsTagged = git tag -l --points-at HEAD
34
0 commit comments