We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 449940c commit 8ce3f0fCopy full SHA for 8ce3f0f
.github/workflows/copilot-setup-steps.yml
@@ -23,5 +23,5 @@ jobs:
23
run: |
24
set -ex
25
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
+ cp ./artifacts/linux-x64/azsdk /home/runner/azsdk
+ /home/runner/azsdk --help
0 commit comments