Skip to content

Commit

Permalink
[Actions] Updated .github/actions/nuget/action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Feb 5, 2024
1 parent 2f39930 commit eb556e4
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/actions/nuget/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ runs:
DOTNET_ReadyToRun: "0"
DOTNET_TC_QuickJitForLoops: "1"
DOTNET_TieredPGO: "1"
MSBUILDTERMINALLOGGER: "true"

### REMOVE FEEDS
- name: "Dotnet: Remove cache nuget feed (NugetCache) if it exists"
Expand All @@ -56,6 +57,7 @@ runs:
DOTNET_ReadyToRun: "0"
DOTNET_TC_QuickJitForLoops: "1"
DOTNET_TieredPGO: "1"
MSBUILDTERMINALLOGGER: "true"

- name: "Dotnet: Remove cache nuget feed (nuget.org) if it exists"
shell: bash
Expand All @@ -71,6 +73,7 @@ runs:
DOTNET_ReadyToRun: "0"
DOTNET_TC_QuickJitForLoops: "1"
DOTNET_TieredPGO: "1"
MSBUILDTERMINALLOGGER: "true"

- name: "Dotnet: Remove optional nuget feed (Additional1Cache) if it exists"
shell: bash
Expand All @@ -86,6 +89,7 @@ runs:
DOTNET_ReadyToRun: "0"
DOTNET_TC_QuickJitForLoops: "1"
DOTNET_TieredPGO: "1"
MSBUILDTERMINALLOGGER: "true"

- name: "Dotnet: Remove optional nuget feed (Additional2Cache) if it exists"
shell: bash
Expand All @@ -101,6 +105,7 @@ runs:
DOTNET_ReadyToRun: "0"
DOTNET_TC_QuickJitForLoops: "1"
DOTNET_TieredPGO: "1"
MSBUILDTERMINALLOGGER: "true"

- name: "Dotnet: Remove optional nuget feed (Additional1) if it exists"
shell: bash
Expand All @@ -116,6 +121,7 @@ runs:
DOTNET_ReadyToRun: "0"
DOTNET_TC_QuickJitForLoops: "1"
DOTNET_TieredPGO: "1"
MSBUILDTERMINALLOGGER: "true"

- name: "Dotnet: Remove optional nuget feed (Additional2) if it exists"
shell: bash
Expand All @@ -131,6 +137,7 @@ runs:
DOTNET_ReadyToRun: "0"
DOTNET_TC_QuickJitForLoops: "1"
DOTNET_TieredPGO: "1"
MSBUILDTERMINALLOGGER: "true"

#### ADD FEEDS
- name: "Dotnet: Add optional nuget feed (NugetCache)"
Expand All @@ -148,6 +155,7 @@ runs:
DOTNET_ReadyToRun: "0"
DOTNET_TC_QuickJitForLoops: "1"
DOTNET_TieredPGO: "1"
MSBUILDTERMINALLOGGER: "true"

- name: "Dotnet: Add nuget feed (nuget.org)"
shell: bash
Expand All @@ -163,6 +171,7 @@ runs:
DOTNET_ReadyToRun: "0"
DOTNET_TC_QuickJitForLoops: "1"
DOTNET_TieredPGO: "1"
MSBUILDTERMINALLOGGER: "true"

- name: "Dotnet: Add optional nuget feed (Additional1Cache)"
if: inputs.NUGET_ADDITIONAL_RESTORE_FEED_RELEASE_CACHE != ''
Expand All @@ -179,6 +188,7 @@ runs:
DOTNET_ReadyToRun: "0"
DOTNET_TC_QuickJitForLoops: "1"
DOTNET_TieredPGO: "1"
MSBUILDTERMINALLOGGER: "true"

- name: "Dotnet: Add optional nuget feed (Additional2Cache)"
if: inputs.NUGET_ADDITIONAL_RESTORE_FEED_PRERELEASE_CACHE != ''
Expand All @@ -195,6 +205,7 @@ runs:
DOTNET_ReadyToRun: "0"
DOTNET_TC_QuickJitForLoops: "1"
DOTNET_TieredPGO: "1"
MSBUILDTERMINALLOGGER: "true"

- name: "Dotnet: Add optional nuget feed (Additional1)"
if: inputs.NUGET_ADDITIONAL_RESTORE_FEED_RELEASE != ''
Expand All @@ -211,6 +222,7 @@ runs:
DOTNET_ReadyToRun: "0"
DOTNET_TC_QuickJitForLoops: "1"
DOTNET_TieredPGO: "1"
MSBUILDTERMINALLOGGER: "true"

- name: "Dotnet: Add optional nuget feed (Additional2)"
if: inputs.NUGET_ADDITIONAL_RESTORE_FEED_PRERELEASE != ''
Expand All @@ -227,6 +239,7 @@ runs:
DOTNET_ReadyToRun: "0"
DOTNET_TC_QuickJitForLoops: "1"
DOTNET_TieredPGO: "1"
MSBUILDTERMINALLOGGER: "true"

- name: "Dotnet: Show sources (After)"
shell: bash
Expand All @@ -242,6 +255,7 @@ runs:
DOTNET_ReadyToRun: "0"
DOTNET_TC_QuickJitForLoops: "1"
DOTNET_TieredPGO: "1"
MSBUILDTERMINALLOGGER: "true"

- name: "Dotnet: Clear nuget cache"
shell: bash
Expand All @@ -255,3 +269,4 @@ runs:
DOTNET_ReadyToRun: "0"
DOTNET_TC_QuickJitForLoops: "1"
DOTNET_TieredPGO: "1"
MSBUILDTERMINALLOGGER: "true"

0 comments on commit eb556e4

Please sign in to comment.