Skip to content

Commit

Permalink
Push nupkg as artifact manually so we can flatten the name.
Browse files Browse the repository at this point in the history
  • Loading branch information
shunter committed Jun 2, 2022
1 parent 554a220 commit d0fb658
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 @@ -22,6 +22,7 @@ build:
verbosity: minimal
after_build:
- ps: |
gci DotNet\CesiumLanguageWriter\bin\$env:configuration\*.nupkg | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }
(gc Java\gradle.properties) | % { $_ -replace "^version = .*$", "version = $env:GitVersion_NuGetVersion" } | sc Java\gradle.properties
.\Java\gradlew.bat -p Java assemble
gci Java\CesiumLanguageWriter\build\libs\*.jar | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }
Expand Down

0 comments on commit d0fb658

Please sign in to comment.