We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50527fa commit d693d1cCopy full SHA for d693d1c
.github/workflows/msbuild.yml
@@ -58,18 +58,22 @@ jobs:
58
- name: Set color
59
id: random-color-generator
60
run: echo "SELECTED_COLOR=green" >> $GITHUB_OUTPUT
61
+ shell: bash
62
63
- name: Get color
64
run: echo "The selected color is ${{ steps.random-color-generator.outputs.SELECTED_COLOR }}"
65
66
67
- name: Determine executable name
68
id: executable_name
69
if: ${{inputs.upload_artefacts}}
70
run: |
71
echo "EXECUTABLE_NAME=${{ fromJson(env.NAME_MAPPING)[inputs.build_configuration] }}" >> "$GITHUB_ENV"
-
72
73
+
74
- run: |
75
echo "${{ env.EXECUTABLE_NAME }}"
76
77
78
- name: Add MSBuild to PATH
79
uses: microsoft/setup-msbuild@v1
0 commit comments