Skip to content

Commit

Permalink
[Dependencies] - Update .github/actions/dotnet/action.yml to match th…
Browse files Browse the repository at this point in the history
…e template repo
  • Loading branch information
credfeto committed Apr 17, 2023
1 parent 0edac69 commit fb1432a
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/actions/dotnet/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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"
Expand All @@ -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
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit fb1432a

Please sign in to comment.