Skip to content

Commit

Permalink
fix appveyor build & release (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
zivillian authored Sep 10, 2018
1 parent 07bafd6 commit 6ba33fc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ dotnet_csproj:
nuget:
disable_publish_on_pr: true
build_script:
- cmd: dotnet publish -c Release
- cmd: >-
dotnet build -c Release &&
dotnet publish -c Release --no-build
artifacts:
- path: src\yate\bin\Release\yate.*.nupkg
name: yate.nupkg
Expand Down

0 comments on commit 6ba33fc

Please sign in to comment.