Skip to content
This repository has been archived by the owner on Aug 24, 2022. It is now read-only.

MyGet package publishing #1013

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Appveyor script fixed
  • Loading branch information
iskiselev committed Jul 20, 2016
commit 0e4a709a332f9975232a078c843a01c75cbc98f5
1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ install:
- ps: gitversion /l console /output buildserver /updateAssemblyInfo JSIL\Properties\GlobalAssemblyInfo.cs
build_script:
- msbuild "JSIL.sln" /m /verbosity:minimal /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" /P:Platform=NoXNA
- NuGet pack JSIL.nuspec -Version %JsilVersion%
after_build:
- cmd: nuget pack JSIL.nuspec -version "%GitVersion_NuGetVersion%"
test_script:
Expand Down