Skip to content

Commit e923b14

Browse files
authored
appveyor configuration changed
1 parent b357fbe commit e923b14

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ after_build:
110110
111111
- ps: |
112112
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
113+
dotnet pack src/$env:APPVEYOR_PROJECT_NAME -c $env:CONFIGURATION --no-restore --no-build --include-symbols --output ./artifacts -v m
114114
}
115115
116116
test_script:
@@ -140,7 +140,7 @@ after_test:
140140
}
141141
142142
artifacts:
143-
- path: artifacts/*.nupkg
143+
- path: "./artifacts/*.nupkg"
144144
name: NuGet
145145

146146
deploy:
@@ -156,4 +156,4 @@ deploy:
156156
api_key: $(NUGET_API_KEY)
157157
skip_symbols: false
158158
on:
159-
appveyor_repo_tag: true
159+
appveyor_repo_tag: true

0 commit comments

Comments
 (0)