Skip to content
This repository was archived by the owner on Mar 6, 2023. It is now read-only.

Commit 4f82bf9

Browse files
committed
Attempt to get the nuget packages to be published as an artifact
1 parent d178371 commit 4f82bf9

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
@@ -32,7 +32,7 @@ test_script:
3232
after_test:
3333
- cd ..
3434
- ps: nuget pack -Version $env:APPVEYOR_BUILD_VERSION
35-
- appveyor PushArtifact "Exceptionless.UI.$env:APPVEYOR_BUILD_VERSION.nupkg"
35+
- ps: appveyor PushArtifact "Exceptionless.UI.$env:APPVEYOR_BUILD_VERSION.nupkg"
3636
- nuget install OctopusTools
3737
- ps: '&(ls .\OctopusTools*\Octo.exe) create-release --project="Exceptionless UI" --version "$env:APPVEYOR_BUILD_VERSION" --server "$env:OCTOPUS_API_URL" --apiKey "$env:OCTOPUS_API_KEY" --deployto Dev'
3838

0 commit comments

Comments
 (0)