We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35fc0a1 commit cae6b50Copy full SHA for cae6b50
1 file changed
.github/workflows/test-csharp.yml
@@ -64,9 +64,11 @@ jobs:
64
65
- run: echo '${{ steps.stepid.outputs.dotnet-version }}'
66
67
+ # The command to update the Github environment variables is slightly different between Linux/Windows
68
+ # We need both for the test_nuget step so set them both here even though the build always runs on Linux
69
- name: Set VersionSuffix environment variable
70
if: github.event_name == 'workflow_dispatch' && startswith(matrix.os, 'ubuntu')
- run: echo "VersionSuffix=manualtrigger" >> $GITHUB_ENV'
71
+ run: echo "VersionSuffix=manualtrigger" >> $GITHUB_ENV
72
73
74
if: github.event_name == 'workflow_dispatch' && startswith(matrix.os, 'windows')
0 commit comments