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 daa2f35 commit 29875baCopy full SHA for 29875ba
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
+ 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"
32
33
$currentCommitIsTagged = git tag -l --points-at HEAD
34
0 commit comments