From fb1432a446f58bfad98b783f530509144681d8b4 Mon Sep 17 00:00:00 2001 From: Mark Ridgwell Date: Mon, 17 Apr 2023 17:43:44 +0000 Subject: [PATCH] [Dependencies] - Update .github/actions/dotnet/action.yml to match the template repo --- .github/actions/dotnet/action.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/actions/dotnet/action.yml b/.github/actions/dotnet/action.yml index a37fde68..66d6ff2e 100644 --- a/.github/actions/dotnet/action.yml +++ b/.github/actions/dotnet/action.yml @@ -48,8 +48,6 @@ runs: name: "Dotnet: Add optional nuget feed" shell: bash run: dotnet nuget add source --name Additional1 "${{inputs.NUGET_ADDITIONAL_RESTORE_FEED}}" - env: - TMPDIR: "${{inputs.TEMP_WORK_DIR}}" - name: "Dotnet: Setup package cache" uses: actions/cache@v3 @@ -72,9 +70,6 @@ runs: DOTNET_ReadyToRun: "0" DOTNET_TC_QuickJitForLoops: "1" DOTNET_TieredPGO: "1" - TMP: "${{inputs.TEMP_WORK_DIR}}/" - TEMP: "${{inputs.TEMP_WORK_DIR}}/" - TMPDIR: "${{inputs.TEMP_WORK_DIR}}/" - name: "Dotnet: Build" working-directory: ${{github.workspace}}/src @@ -90,9 +85,6 @@ runs: DOTNET_ReadyToRun: "0" DOTNET_TC_QuickJitForLoops: "1" DOTNET_TieredPGO: "1" - TMP: "${{inputs.TEMP_WORK_DIR}}/" - TEMP: "${{inputs.TEMP_WORK_DIR}}/" - TMPDIR: "${{inputs.TEMP_WORK_DIR}}/" ## RUN TESTS - name: "Dotnet: Test" @@ -109,9 +101,6 @@ runs: DOTNET_ReadyToRun: "0" DOTNET_TC_QuickJitForLoops: "1" DOTNET_TieredPGO: "1" - TMP: "${{inputs.TEMP_WORK_DIR}}" - TEMP: "${{inputs.TEMP_WORK_DIR}}" - TMPDIR: "${{inputs.TEMP_WORK_DIR}}" # ############################################################################################################ # # DATABASE BUILD @@ -175,7 +164,6 @@ runs: DOTNET_ReadyToRun: "0" DOTNET_TC_QuickJitForLoops: "1" DOTNET_TieredPGO: "1" - TMPDIR: "${{inputs.TEMP_WORK_DIR}}" - if: ${{inputs.NUGET_API_KEY != '' && inputs.NUGET_PACK == 'true'}} name: "Dotnet: Copy packed to dist"