Skip to content

Commit 8ce3f0f

Browse files
committed
Add copilot setup steps
1 parent 449940c commit 8ce3f0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/copilot-setup-steps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ jobs:
2323
run: |
2424
set -ex
2525
dotnet publish -f net8.0 -c Release -r linux-x64 -p:PublishSingleFile=true --self-contained --output ./artifacts/linux-x64 ./tools/azsdk-cli/Azure.Sdk.Tools.Cli/Azure.Sdk.Tools.Cli.csproj
26-
cp ./artifacts/linux-x64/azsdk .
27-
./azsdk --help
26+
cp ./artifacts/linux-x64/azsdk /home/runner/azsdk
27+
/home/runner/azsdk --help

0 commit comments

Comments
 (0)