Skip to content

Commit

Permalink
Updated appveyor yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeroen committed Oct 5, 2016
1 parent 5ac4183 commit ed8852f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ after_build:
- 7z a EPi.Libraries.Recommendations.CatalogExportJob.%GitVersion_NuGetVersion%.zip %APPVEYOR_BUILD_FOLDER%\EPi.Libraries.Recommendations.CatalogExportJob\bin\Release\EPi.Libraries.Recommendations.CatalogExportJob.dll
- cmd: appveyor PushArtifact "EPi.Libraries.Recommendations.CatalogExportJob.%GitVersion_NuGetVersion%.zip"
- 7z a EPi.Libraries.Recommendations.UsageExportJob.%GitVersion_NuGetVersion%.zip %APPVEYOR_BUILD_FOLDER%\EPi.Libraries.Recommendations.UsageExportJob\bin\Release\EPi.Libraries.Recommendations.UsageExportJob.dll
- cmd: appveyor PushArtifact "EPi.Libraries.Recommendations.UsageExportJob.%GitVersion_NuGetVersion%.zip"
before_package:
- ps: >-
Write-Host -NoNewline "Installing NuGet 3.3.0..."
Expand Down

0 comments on commit ed8852f

Please sign in to comment.