Skip to content

Commit 4a038f9

Browse files
authored
Update msbuild.yml
1 parent 3eb0ce6 commit 4a038f9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/msbuild.yml

-5
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@ jobs:
4242
working-directory: ${{env.GITHUB_WORKSPACE}}
4343
run: nuget restore ${{env.SOLUTION_FILE_PATH}}
4444

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-
5045
- name: Create directories
5146
run: |
5247
mkdir -p ${{ runner.temp }}/downloads

0 commit comments

Comments
 (0)