We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd2eb28 commit 4430fb5Copy full SHA for 4430fb5
.github/workflows/dotnet.yml
@@ -61,7 +61,7 @@ jobs:
61
- name: Restore dependencies
62
run: dotnet restore
63
- name: Build
64
- run: dotnet build --no-restore -c Release -r win-arm64
+ run: dotnet build --no-restore -c Release -p:FlowRuntimeIdentifier=win-arm64
65
- name: Initialize Service
66
run: |
67
sc config WSearch start= auto # Starts Windows Search service- Needed for running ExplorerTest
0 commit comments