Skip to content

Commit 4430fb5

Browse files
committed
update runtime identifier
1 parent fd2eb28 commit 4430fb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: Restore dependencies
6262
run: dotnet restore
6363
- name: Build
64-
run: dotnet build --no-restore -c Release -r win-arm64
64+
run: dotnet build --no-restore -c Release -p:FlowRuntimeIdentifier=win-arm64
6565
- name: Initialize Service
6666
run: |
6767
sc config WSearch start= auto # Starts Windows Search service- Needed for running ExplorerTest

0 commit comments

Comments
 (0)