Skip to content

Commit

Permalink
Update appveyor.yml put global.json in project folder
Browse files Browse the repository at this point in the history
  • Loading branch information
jhmgoossens authored Apr 14, 2024
1 parent eb63d22 commit f33aa08
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 @@ -112,7 +112,7 @@ before_build:
- echo Creating %RELEASE_NAME%-src.zip artefact from projects folder
- call build-third-party-license.bat
- 7z a -tzip -r -x!.git "c:\projects\sonnet\%RELEASE_NAME%-src.zip" c:\projects\*
- echo {"sdk":{"version":"6.0.0","rollForward":"latestMinor"}} > MSVisualStudio\v17\SonnetWrapper\global.json
- echo {"sdk":{"version":"6.0.0","rollForward":"latestMinor"}} > global.json
- nuget restore MSVisualStudio\v17\Sonnet.sln
- if not "%sonar_token%"=="" ( SonarScanner.MSBuild.exe begin /k:"%RELEASE_NAME%" /d:"sonar.host.url=https://sonarcloud.io" /d:"sonar.login=%sonar_token%" /o:"jhmgoossens" /d:sonar.c.file.suffixes=- /d:sonar.cpp.file.suffixes=- /d:sonar.objc.file.suffixes=- )

Expand Down

0 comments on commit f33aa08

Please sign in to comment.