|
|
|
@ -30,12 +30,15 @@ jobs:
@@ -30,12 +30,15 @@ jobs:
|
|
|
|
|
with: |
|
|
|
|
dotnet-version: '8.0.x' |
|
|
|
|
dotnet-quality: 'ga' |
|
|
|
|
|
|
|
|
|
env: |
|
|
|
|
DOTNET_INSTALL_DIR: ${{ runner.temp }}/.dotnet |
|
|
|
|
DOTNET_ROOT: ${{ runner.temp }}/.dotnet |
|
|
|
|
|
|
|
|
|
- name: Add msbuild to PATH |
|
|
|
|
uses: microsoft/setup-msbuild@v2 |
|
|
|
|
|
|
|
|
|
- name: Install dotnet-format |
|
|
|
|
run: dotnet tool install -g dotnet-format --version "8.0.453106" --add-source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json |
|
|
|
|
run: dotnet tool install -g dotnet-format --version "8.3.546805" --add-source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json |
|
|
|
|
|
|
|
|
|
- name: Get Version |
|
|
|
|
id: version |
|
|
|
|