File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 runs-on : windows-latest
77 steps :
88 - uses : actions/checkout@v4
9+ - uses : actions/setup-dotnet@v4
10+ with :
11+ global-json-file : global.json
912 - name : Run MarkdownSnippets
1013 run : |
1114 dotnet tool install --global MarkdownSnippets.Tool
File renamed without changes.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ environment:
66build_script :
77- pwsh : |
88 Invoke-WebRequest "https://dot.net/v1/dotnet-install.ps1" -OutFile "./dotnet-install.ps1"
9- ./dotnet-install.ps1 -JSonFile src/ global.json -Architecture x64 -InstallDir 'C:\Program Files\dotnet'
9+ ./dotnet-install.ps1 -JSonFile global.json -Architecture x64 -InstallDir 'C:\Program Files\dotnet'
1010 - dotnet build src --configuration Release
1111- dotnet test src --configuration Release --no-build --no-restore
1212test : off
You can’t perform that action at this time.
0 commit comments