Skip to content

Commit cae6b50

Browse files
committed
Duplicate quote, add comment
1 parent 35fc0a1 commit cae6b50

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/test-csharp.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,11 @@ jobs:
6464

6565
- run: echo '${{ steps.stepid.outputs.dotnet-version }}'
6666

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
6769
- name: Set VersionSuffix environment variable
6870
if: github.event_name == 'workflow_dispatch' && startswith(matrix.os, 'ubuntu')
69-
run: echo "VersionSuffix=manualtrigger" >> $GITHUB_ENV'
71+
run: echo "VersionSuffix=manualtrigger" >> $GITHUB_ENV
7072

7173
- name: Set VersionSuffix environment variable
7274
if: github.event_name == 'workflow_dispatch' && startswith(matrix.os, 'windows')

0 commit comments

Comments
 (0)