Skip to content

Commit

Permalink
AppVeyor: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lilith committed Sep 11, 2017
1 parent cceb0bb commit 7ccd320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ test_script:
- dotnet build -c Release
- dotnet pack -c Release
- mkdir .\artifacts\nuget
- xcopy /Y bin\x%BITS%\Release\*.nupkg artifcats\nuget\
- xcopy /Y bin\%PLATFORM%\Release\*.nupkg artifcats\nuget\
- cd %APPVEYOR_BUILD_FOLDER%
- appveyor PushArtifact "%ARTIFACT_NAME%.zip"
- sh ./ci/pack_nuget/pack.sh
Expand Down

0 comments on commit 7ccd320

Please sign in to comment.