Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
0x5bfa committed Nov 1, 2023
1 parent ba86aef commit 1b72a15
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,11 @@ jobs:

- name: Build interaction tests
shell: pwsh
run: 'dotnet build $env:INTERACTION_TESTS_PROJECT_PATH'
run: |
msbuild $env:INTERACTION_TESTS_PROJECT_PATH
-t:Build `
-p:Configuration=$env:CONFIGURATION `
-p:Platform=$env:PRIMARY_ARCHITECTURE
- name: Run interaction tests
shell: pwsh
Expand Down

0 comments on commit 1b72a15

Please sign in to comment.