Skip to content

Commit

Permalink
Update appveyor yaml to help correct issue with GitHub deplymnt (#76)
Browse files Browse the repository at this point in the history
Signed-off-by: José Simões <[email protected]>
  • Loading branch information
josesimoes authored May 11, 2017
1 parent 25b2d73 commit 4e39c95
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ build_script:
msbuild source\nanoFramework.Tools.VisualStudio.AppVeyorBuild.sln /p:Configuration=Release /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
artifacts:
- path: '**\bin\Release\*MSBuildSystem*.nupkg'
name: MSBuild System Nuget Package
name: MSBuild_System_Nuget_Package
- path: '**\*.vsix'
name: VS extension
name: VS_extension
deploy:
- provider: NuGet
api_key:
Expand All @@ -40,8 +40,7 @@ deploy:
description: add description here
auth_token:
secure: DNixoFFE+pGlwyhj7McfZoln42vOmj0iY1iNV9zXEr3y0NpXlOIgL8k5ehzlFM1S
artifact: VS extension
artifact: VS_extension
draft: true
prerelease: true
force_update: false

force_update: true

0 comments on commit 4e39c95

Please sign in to comment.