Skip to content

Commit

Permalink
chore: Adjust linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Nov 4, 2024
1 parent a27ba41 commit d810400
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/scripts/wasm-uitest-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export UITEST_TEST_TIMEOUT=60m

cd $BUILD_SOURCESDIRECTORY

dotnet publish -f:net9.0-browserwasm /r /p:Configuration=Release $UNO_UITEST_WASM_PROJECT -p:TargetFrameworkOverride=net9.0-browserwasm /p:IsUiAutomationMappingEnabled=True /bl:$UNO_UITEST_SCREENSHOT_PATH/msbuild.binlog
dotnet publish -f net9.0-browserwasm /r /p:Configuration=Release $UNO_UITEST_WASM_PROJECT /p:IsUiAutomationMappingEnabled=True /bl:$UNO_UITEST_SCREENSHOT_PATH/msbuild.binlog

cd $BUILD_SOURCESDIRECTORY/build
mkdir -p tools
Expand Down
2 changes: 1 addition & 1 deletion build/stage-build-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
- template: templates/canary-updater.yml

- bash: |
dotnet publish Uno.Gallery/Uno.Gallery.csproj -c Release -f:net9.0-browserwasm -p:TargetFrameworkOverride=net9.0-browserwasm -p:InformationalVersion=$(GitVersion.InformationalVersion) -bl:$(Build.ArtifactStagingDirectory)/wasm.binlog
dotnet publish Uno.Gallery/Uno.Gallery.csproj -c Release -f net9.0-browserwasm -p:InformationalVersion=$(GitVersion.InformationalVersion) -bl:$(Build.ArtifactStagingDirectory)/wasm.binlog
- task: CopyFiles@2
displayName: Copy Wasm output
Expand Down
2 changes: 1 addition & 1 deletion build/templates/dotnet-install-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ steps:
- bash: |
dotnet tool update --global uno.check --version ${{ parameters.UnoCheck_Version }} --add-source https://api.nuget.org/v3/index.json
uno-check --verbose --ci --non-interactive --fix --skip gtk3 --skip androidsdk --pre-major
uno-check --verbose --ci --non-interactive --fix --skip gtk3 --pre-major
displayName: Install .NET Workloads
condition: eq(variables['Agent.OS'], 'Linux')

0 comments on commit d810400

Please sign in to comment.