Skip to content

Commit

Permalink
Use GeneratePackageOnBuild to create nupkg.
Browse files Browse the repository at this point in the history
  • Loading branch information
shunter committed Jun 2, 2022
1 parent df36b32 commit 554a220
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 @@ -4,6 +4,7 @@ platform: Any CPU
environment:
JAVA_HOME: '%ProgramFiles%\Java\jdk1.8.0'
GRADLE_OPTS: '-Dorg.gradle.internal.launcher.welcomeMessageEnabled=false -Dorg.gradle.daemon=false'
GeneratePackageOnBuild: true
cache:
- '%ProgramData%\chocolatey\bin -> .appveyor.yml'
- '%ProgramData%\chocolatey\lib -> .appveyor.yml'
Expand All @@ -17,7 +18,6 @@ before_build:
- ps: gitversion /l console /output buildserver /updateprojectfiles DotNet
build:
project: DotNet\CesiumLanguageWriter.sln
publish_nuget: true
parallel: true
verbosity: minimal
after_build:
Expand Down

0 comments on commit 554a220

Please sign in to comment.