|
|
|
@ -20,7 +20,7 @@ jobs:
|
|
|
|
|
operating-system: [ubuntu-22.04, windows-latest, macos-13]
|
|
|
|
|
steps:
|
|
|
|
|
- name: Checkout
|
|
|
|
|
uses: actions/checkout@v4
|
|
|
|
|
uses: actions/checkout@v5
|
|
|
|
|
- name: Clear toolcache
|
|
|
|
|
shell: pwsh
|
|
|
|
|
run: __tests__/clear-toolcache.ps1 ${{ runner.os }}
|
|
|
|
@ -42,7 +42,7 @@ jobs:
|
|
|
|
|
operating-system: [ubuntu-latest, macos-latest]
|
|
|
|
|
steps:
|
|
|
|
|
- name: Checkout
|
|
|
|
|
uses: actions/checkout@v4
|
|
|
|
|
uses: actions/checkout@v5
|
|
|
|
|
- name: Clear toolcache
|
|
|
|
|
shell: pwsh
|
|
|
|
|
run: __tests__/clear-toolcache.ps1 ${{ runner.os }}
|
|
|
|
@ -64,7 +64,7 @@ jobs:
|
|
|
|
|
operating-system: [ubuntu-22.04, windows-latest, macos-13]
|
|
|
|
|
steps:
|
|
|
|
|
- name: Checkout
|
|
|
|
|
uses: actions/checkout@v4
|
|
|
|
|
uses: actions/checkout@v5
|
|
|
|
|
- name: Clear toolcache
|
|
|
|
|
shell: pwsh
|
|
|
|
|
run: __tests__/clear-toolcache.ps1 ${{ runner.os }}
|
|
|
|
@ -92,7 +92,7 @@ jobs:
|
|
|
|
|
operating-system: [ubuntu-latest, macos-latest]
|
|
|
|
|
steps:
|
|
|
|
|
- name: Checkout
|
|
|
|
|
uses: actions/checkout@v4
|
|
|
|
|
uses: actions/checkout@v5
|
|
|
|
|
- name: Clear toolcache
|
|
|
|
|
shell: pwsh
|
|
|
|
|
run: __tests__/clear-toolcache.ps1 ${{ runner.os }}
|
|
|
|
@ -120,7 +120,7 @@ jobs:
|
|
|
|
|
operating-system: [ubuntu-22.04, windows-latest, macos-13]
|
|
|
|
|
steps:
|
|
|
|
|
- name: Checkout
|
|
|
|
|
uses: actions/checkout@v4
|
|
|
|
|
uses: actions/checkout@v5
|
|
|
|
|
- name: Clear toolcache
|
|
|
|
|
shell: pwsh
|
|
|
|
|
run: __tests__/clear-toolcache.ps1 ${{ runner.os }}
|
|
|
|
@ -144,7 +144,7 @@ jobs:
|
|
|
|
|
operating-system: [ubuntu-latest, macos-latest]
|
|
|
|
|
steps:
|
|
|
|
|
- name: Checkout
|
|
|
|
|
uses: actions/checkout@v4
|
|
|
|
|
uses: actions/checkout@v5
|
|
|
|
|
- name: Clear toolcache
|
|
|
|
|
shell: pwsh
|
|
|
|
|
run: __tests__/clear-toolcache.ps1 ${{ runner.os }}
|
|
|
|
@ -168,7 +168,7 @@ jobs:
|
|
|
|
|
operating-system: [ubuntu-22.04, windows-latest, macos-13]
|
|
|
|
|
steps:
|
|
|
|
|
- name: Checkout
|
|
|
|
|
uses: actions/checkout@v4
|
|
|
|
|
uses: actions/checkout@v5
|
|
|
|
|
- name: Clear toolcache
|
|
|
|
|
shell: pwsh
|
|
|
|
|
run: __tests__/clear-toolcache.ps1 ${{ runner.os }}
|
|
|
|
@ -188,7 +188,7 @@ jobs:
|
|
|
|
|
operating-system: [ubuntu-latest, macos-latest]
|
|
|
|
|
steps:
|
|
|
|
|
- name: Checkout
|
|
|
|
|
uses: actions/checkout@v4
|
|
|
|
|
uses: actions/checkout@v5
|
|
|
|
|
- name: Clear toolcache
|
|
|
|
|
shell: pwsh
|
|
|
|
|
run: __tests__/clear-toolcache.ps1 ${{ runner.os }}
|
|
|
|
@ -208,7 +208,7 @@ jobs:
|
|
|
|
|
operating-system: [ubuntu-22.04, windows-latest, macos-13]
|
|
|
|
|
steps:
|
|
|
|
|
- name: Checkout
|
|
|
|
|
uses: actions/checkout@v4
|
|
|
|
|
uses: actions/checkout@v5
|
|
|
|
|
- name: Clear toolcache
|
|
|
|
|
shell: pwsh
|
|
|
|
|
run: __tests__/clear-toolcache.ps1 ${{ runner.os }}
|
|
|
|
@ -231,7 +231,7 @@ jobs:
|
|
|
|
|
operating-system: [ubuntu-latest, macos-latest]
|
|
|
|
|
steps:
|
|
|
|
|
- name: Checkout
|
|
|
|
|
uses: actions/checkout@v4
|
|
|
|
|
uses: actions/checkout@v5
|
|
|
|
|
- name: Clear toolcache
|
|
|
|
|
shell: pwsh
|
|
|
|
|
run: __tests__/clear-toolcache.ps1 ${{ runner.os }}
|
|
|
|
@ -256,7 +256,7 @@ jobs:
|
|
|
|
|
[ubuntu-latest, windows-latest, macos-13, macos-latest]
|
|
|
|
|
steps:
|
|
|
|
|
- name: Checkout
|
|
|
|
|
uses: actions/checkout@v4
|
|
|
|
|
uses: actions/checkout@v5
|
|
|
|
|
- name: Clear toolcache
|
|
|
|
|
shell: pwsh
|
|
|
|
|
run: __tests__/clear-toolcache.ps1 ${{ runner.os }}
|
|
|
|
@ -277,7 +277,7 @@ jobs:
|
|
|
|
|
operating-system: [ubuntu-22.04, windows-latest, macos-13]
|
|
|
|
|
steps:
|
|
|
|
|
- name: Checkout
|
|
|
|
|
uses: actions/checkout@v4
|
|
|
|
|
uses: actions/checkout@v5
|
|
|
|
|
- name: Clear toolcache
|
|
|
|
|
shell: pwsh
|
|
|
|
|
run: __tests__/clear-toolcache.ps1 ${{ runner.os }}
|
|
|
|
@ -300,7 +300,7 @@ jobs:
|
|
|
|
|
operating-system: [ubuntu-latest, macos-latest]
|
|
|
|
|
steps:
|
|
|
|
|
- name: Checkout
|
|
|
|
|
uses: actions/checkout@v4
|
|
|
|
|
uses: actions/checkout@v5
|
|
|
|
|
- name: Clear toolcache
|
|
|
|
|
shell: pwsh
|
|
|
|
|
run: __tests__/clear-toolcache.ps1 ${{ runner.os }}
|
|
|
|
@ -324,7 +324,7 @@ jobs:
|
|
|
|
|
operating-system: [ubuntu-22.04, windows-latest, macos-13]
|
|
|
|
|
steps:
|
|
|
|
|
- name: Checkout
|
|
|
|
|
uses: actions/checkout@v4
|
|
|
|
|
uses: actions/checkout@v5
|
|
|
|
|
- name: Clear toolcache
|
|
|
|
|
shell: pwsh
|
|
|
|
|
run: __tests__/clear-toolcache.ps1 ${{ runner.os }}
|
|
|
|
@ -349,7 +349,7 @@ jobs:
|
|
|
|
|
operating-system: [ubuntu-latest, macos-latest]
|
|
|
|
|
steps:
|
|
|
|
|
- name: Checkout
|
|
|
|
|
uses: actions/checkout@v4
|
|
|
|
|
uses: actions/checkout@v5
|
|
|
|
|
- name: Clear toolcache
|
|
|
|
|
shell: pwsh
|
|
|
|
|
run: __tests__/clear-toolcache.ps1 ${{ runner.os }}
|
|
|
|
@ -375,7 +375,7 @@ jobs:
|
|
|
|
|
operating-system: [ubuntu-22.04, windows-latest, macos-13]
|
|
|
|
|
steps:
|
|
|
|
|
- name: Checkout
|
|
|
|
|
uses: actions/checkout@v4
|
|
|
|
|
uses: actions/checkout@v5
|
|
|
|
|
- name: Clear toolcache
|
|
|
|
|
shell: pwsh
|
|
|
|
|
run: __tests__/clear-toolcache.ps1 ${{ runner.os }}
|
|
|
|
@ -400,7 +400,7 @@ jobs:
|
|
|
|
|
operating-system: [ubuntu-latest, macos-latest]
|
|
|
|
|
steps:
|
|
|
|
|
- name: Checkout
|
|
|
|
|
uses: actions/checkout@v4
|
|
|
|
|
uses: actions/checkout@v5
|
|
|
|
|
- name: Clear toolcache
|
|
|
|
|
shell: pwsh
|
|
|
|
|
run: __tests__/clear-toolcache.ps1 ${{ runner.os }}
|
|
|
|
@ -425,7 +425,7 @@ jobs:
|
|
|
|
|
operating-system: [ubuntu-22.04, windows-latest, macos-13]
|
|
|
|
|
steps:
|
|
|
|
|
- name: Checkout
|
|
|
|
|
uses: actions/checkout@v4
|
|
|
|
|
uses: actions/checkout@v5
|
|
|
|
|
- name: Clear toolcache
|
|
|
|
|
shell: pwsh
|
|
|
|
|
run: __tests__/clear-toolcache.ps1 ${{ runner.os }}
|
|
|
|
@ -450,7 +450,7 @@ jobs:
|
|
|
|
|
operating-system: [ubuntu-latest, macos-latest]
|
|
|
|
|
steps:
|
|
|
|
|
- name: Checkout
|
|
|
|
|
uses: actions/checkout@v4
|
|
|
|
|
uses: actions/checkout@v5
|
|
|
|
|
- name: Clear toolcache
|
|
|
|
|
shell: pwsh
|
|
|
|
|
run: __tests__/clear-toolcache.ps1 ${{ runner.os }}
|
|
|
|
@ -476,7 +476,7 @@ jobs:
|
|
|
|
|
[ubuntu-latest, windows-latest, macos-13, macos-latest]
|
|
|
|
|
steps:
|
|
|
|
|
- name: Checkout
|
|
|
|
|
uses: actions/checkout@v4
|
|
|
|
|
uses: actions/checkout@v5
|
|
|
|
|
- name: Clear toolcache
|
|
|
|
|
shell: pwsh
|
|
|
|
|
run: __tests__/clear-toolcache.ps1 ${{ runner.os }}
|
|
|
|
@ -500,7 +500,7 @@ jobs:
|
|
|
|
|
NUGET_PACKAGES: ${{ github.workspace }}/.nuget/packages
|
|
|
|
|
steps:
|
|
|
|
|
- name: Checkout
|
|
|
|
|
uses: actions/checkout@v4
|
|
|
|
|
uses: actions/checkout@v5
|
|
|
|
|
- name: Clear toolcache
|
|
|
|
|
shell: pwsh
|
|
|
|
|
run: __tests__/clear-toolcache.ps1 ${{ runner.os }}
|
|
|
|
@ -531,7 +531,7 @@ jobs:
|
|
|
|
|
NUGET_PACKAGES: ${{ github.workspace }}/.nuget/packages
|
|
|
|
|
steps:
|
|
|
|
|
- name: Checkout
|
|
|
|
|
uses: actions/checkout@v4
|
|
|
|
|
uses: actions/checkout@v5
|
|
|
|
|
- name: Clear toolcache
|
|
|
|
|
shell: pwsh
|
|
|
|
|
run: __tests__/clear-toolcache.ps1 ${{ runner.os }}
|
|
|
|
@ -562,7 +562,7 @@ jobs:
|
|
|
|
|
NUGET_PACKAGES: ${{ github.workspace }}/.nuget/packages
|
|
|
|
|
steps:
|
|
|
|
|
- name: Checkout
|
|
|
|
|
uses: actions/checkout@v4
|
|
|
|
|
uses: actions/checkout@v5
|
|
|
|
|
- name: Clear toolcache
|
|
|
|
|
shell: pwsh
|
|
|
|
|
run: __tests__/clear-toolcache.ps1 ${{ runner.os }}
|
|
|
|
@ -591,7 +591,7 @@ jobs:
|
|
|
|
|
NUGET_PACKAGES: ${{ github.workspace }}/.nuget/packages
|
|
|
|
|
steps:
|
|
|
|
|
- name: Checkout
|
|
|
|
|
uses: actions/checkout@v4
|
|
|
|
|
uses: actions/checkout@v5
|
|
|
|
|
- name: Clear toolcache
|
|
|
|
|
shell: pwsh
|
|
|
|
|
run: __tests__/clear-toolcache.ps1 ${{ runner.os }}
|
|
|
|
@ -619,7 +619,7 @@ jobs:
|
|
|
|
|
[ubuntu-latest, windows-latest, macos-13, macos-latest]
|
|
|
|
|
steps:
|
|
|
|
|
- name: Checkout
|
|
|
|
|
uses: actions/checkout@v4
|
|
|
|
|
uses: actions/checkout@v5
|
|
|
|
|
- name: Clear toolcache
|
|
|
|
|
shell: pwsh
|
|
|
|
|
run: __tests__/clear-toolcache.ps1 ${{ runner.os }}
|
|
|
|
@ -646,7 +646,7 @@ jobs:
|
|
|
|
|
[ubuntu-latest, windows-latest, macos-13, macos-latest]
|
|
|
|
|
steps:
|
|
|
|
|
- name: Checkout
|
|
|
|
|
uses: actions/checkout@v4
|
|
|
|
|
uses: actions/checkout@v5
|
|
|
|
|
- name: Clear toolcache
|
|
|
|
|
shell: pwsh
|
|
|
|
|
run: __tests__/clear-toolcache.ps1 ${{ runner.os }}
|
|
|
|
@ -681,7 +681,7 @@ jobs:
|
|
|
|
|
http_proxy: http://squid-proxy:3128
|
|
|
|
|
steps:
|
|
|
|
|
- name: Checkout
|
|
|
|
|
uses: actions/checkout@v4
|
|
|
|
|
uses: actions/checkout@v5
|
|
|
|
|
- name: Install Powershell
|
|
|
|
|
run: |
|
|
|
|
|
apt-get update
|
|
|
|
@ -713,7 +713,7 @@ jobs:
|
|
|
|
|
no_proxy: github.com,download.visualstudio.microsoft.com,api.nuget.org,builds.dotnet.microsoft.com,ci.dot.net
|
|
|
|
|
steps:
|
|
|
|
|
- name: Checkout
|
|
|
|
|
uses: actions/checkout@v4
|
|
|
|
|
uses: actions/checkout@v5
|
|
|
|
|
- name: Clear toolcache
|
|
|
|
|
shell: pwsh
|
|
|
|
|
run: __tests__/clear-toolcache.ps1 ${{ runner.os }}
|
|
|
|
@ -735,7 +735,7 @@ jobs:
|
|
|
|
|
no_proxy: github.com,download.visualstudio.microsoft.com,api.nuget.org,builds.dotnet.microsoft.com,ci.dot.net
|
|
|
|
|
steps:
|
|
|
|
|
- name: Checkout
|
|
|
|
|
uses: actions/checkout@v4
|
|
|
|
|
uses: actions/checkout@v5
|
|
|
|
|
- name: Clear toolcache
|
|
|
|
|
shell: pwsh
|
|
|
|
|
run: __tests__/clear-toolcache.ps1 ${{ runner.os }}
|
|
|
|
@ -760,7 +760,7 @@ jobs:
|
|
|
|
|
higher-version: ['7.0.203']
|
|
|
|
|
steps:
|
|
|
|
|
- name: Checkout
|
|
|
|
|
uses: actions/checkout@v4
|
|
|
|
|
uses: actions/checkout@v5
|
|
|
|
|
- name: Clear toolcache
|
|
|
|
|
shell: pwsh
|
|
|
|
|
run: __tests__/clear-toolcache.ps1 ${{ runner.os }}
|
|
|
|
@ -789,7 +789,7 @@ jobs:
|
|
|
|
|
higher-version: ['9.0.301']
|
|
|
|
|
steps:
|
|
|
|
|
- name: Checkout
|
|
|
|
|
uses: actions/checkout@v4
|
|
|
|
|
uses: actions/checkout@v5
|
|
|
|
|
- name: Clear toolcache
|
|
|
|
|
shell: pwsh
|
|
|
|
|
run: __tests__/clear-toolcache.ps1 ${{ runner.os }}
|
|
|
|
|