From 4430fb594a77a25e8851929bb638e2d84d07893a Mon Sep 17 00:00:00 2001 From: Hongtao Zhang Date: Sun, 22 Sep 2024 13:25:10 -0500 Subject: [PATCH] update runtime identifier --- .github/workflows/dotnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index d0188cce3..8808b0e25 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -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