Skip to content

Commit

Permalink
Update appveyor.yml (#145)
Browse files Browse the repository at this point in the history
* Update appveyor.yml

* Update appveyor.yml
  • Loading branch information
guibranco authored May 31, 2024
1 parent f432120 commit fbc2ca6
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,16 +84,6 @@ after_build:
- 7z a -tzip -mx9 "%SOLUTION_NAME%.%APPVEYOR_BUILD_VERSION%.zip" Build
- 7z a -tzip -mx9 "%SOLUTION_NAME%.%APPVEYOR_BUILD_VERSION%.Coverage.zip" Coverage

artifacts:
- path: $(SOLUTION_NAME).%APPVEYOR_BUILD_VERSION%.zip
name: ZipFile

- path: $(SOLUTION_NAME).%APPVEYOR_BUILD_VERSION%.nupkg
name: Package

- path: $(SOLUTION_NAME).%APPVEYOR_BUILD_VERSION%.Coverage.zip
name: Coverage

deploy:
- provider: NuGet
api_key: $(NUGET_TOKEN)
Expand All @@ -108,4 +98,3 @@ deploy:
description: 'Release of $(SOLUTION_NAME) - v$(appveyor_build_version)'
auth_token: $(GITHUB_TOKEN)
force_update: true
artifact: ZipFile, Package, Coverage

0 comments on commit fbc2ca6

Please sign in to comment.