Skip to content

Commit 29875ba

Browse files
committed
Set nupkg output to be working directory so it's found for artifact publishing
1 parent daa2f35 commit 29875ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ build:
2828
verbosity: minimal
2929
after_build:
3030
- ps: >-
31-
dotnet pack $Env:APPVEYOR_PROJECT_NAME/$Env:APPVEYOR_PROJECT_NAME.csproj --configuration Release /p:Version="$Env:GitVersion_NuGetVersion" --no-build
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"
3232
3333
$currentCommitIsTagged = git tag -l --points-at HEAD
3434

0 commit comments

Comments
 (0)