We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3eb0ce6 commit 4a038f9Copy full SHA for 4a038f9
.github/workflows/msbuild.yml
@@ -42,11 +42,6 @@ jobs:
42
working-directory: ${{env.GITHUB_WORKSPACE}}
43
run: nuget restore ${{env.SOLUTION_FILE_PATH}}
44
45
- - name: Set up environment variables
46
- run: |
47
- echo "DOWNLOADS_DIR=${{ runner.temp }}/downloads" >> $GITHUB_ENV
48
- echo "DEPENDENCIES_DIR=${{ runner.temp }}/dependencies" >> $GITHUB_ENV
49
-
50
- name: Create directories
51
run: |
52
mkdir -p ${{ runner.temp }}/downloads
0 commit comments