Skip to content

Commit

Permalink
update runtime identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
taooceros committed Sep 22, 2024
1 parent fd2eb28 commit 4430fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore -c Release -r win-arm64
run: dotnet build --no-restore -c Release -p:FlowRuntimeIdentifier=win-arm64
- name: Initialize Service
run: |
sc config WSearch start= auto # Starts Windows Search service- Needed for running ExplorerTest
Expand Down

0 comments on commit 4430fb5

Please sign in to comment.