We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b357fbe commit e923b14Copy full SHA for e923b14
1 file changed
.appveyor.yml
@@ -110,7 +110,7 @@ after_build:
110
111
- ps: |
112
Execute-Action "creating NuGet package" {
113
- dotnet pack src/$env:APPVEYOR_PROJECT_NAME -c $env:CONFIGURATION --no-restore --no-build --include-symbols --output ../../artifacts -v m
+ dotnet pack src/$env:APPVEYOR_PROJECT_NAME -c $env:CONFIGURATION --no-restore --no-build --include-symbols --output ./artifacts -v m
114
}
115
116
test_script:
@@ -140,7 +140,7 @@ after_test:
140
141
142
artifacts:
143
- - path: artifacts/*.nupkg
+ - path: "./artifacts/*.nupkg"
144
name: NuGet
145
146
deploy:
@@ -156,4 +156,4 @@ deploy:
156
api_key: $(NUGET_API_KEY)
157
skip_symbols: false
158
on:
159
- appveyor_repo_tag: true
+ appveyor_repo_tag: true
0 commit comments