|
|
@ -32,7 +32,7 @@ jobs: |
|
|
|
dotnet-quality: 'ga' |
|
|
|
dotnet-quality: 'ga' |
|
|
|
|
|
|
|
|
|
|
|
- name: Add msbuild to PATH |
|
|
|
- name: Add msbuild to PATH |
|
|
|
uses: microsoft/setup-msbuild@v1.3 |
|
|
|
uses: microsoft/setup-msbuild@v2 |
|
|
|
|
|
|
|
|
|
|
|
- name: Install dotnet-format |
|
|
|
- name: Install dotnet-format |
|
|
|
run: dotnet tool install -g dotnet-format --version "6.2.315104" --add-source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json |
|
|
|
run: dotnet tool install -g dotnet-format --version "6.2.315104" --add-source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json |
|
|
|