File tree Expand file tree Collapse file tree 2 files changed +19
-17
lines changed Expand file tree Collapse file tree 2 files changed +19
-17
lines changed Original file line number Diff line number Diff line change 1- name : Docker
1+ name : Docker test
2+ permissions :
3+ contents : read
4+ pull-requests : write
25
36on :
47 push :
Original file line number Diff line number Diff line change 1- # This workflow will build a .NET project
2- # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net
3-
4- name : .NET
1+ name : .NET test
2+ permissions :
3+ contents : read
4+ pull-requests : write
55
66on :
77 push :
8- branches : [ "main" ]
8+ branches : ["main"]
99 pull_request :
10- branches : [ "main" ]
10+ branches : ["main"]
1111
1212jobs :
1313 build :
14-
1514 runs-on : windows-latest
1615
1716 steps :
18- - uses : actions/checkout@v4
19- - name : Setup .NET
20- uses : actions/setup-dotnet@v4
21- with :
22- dotnet-version : 8.0.x
23- - name : Restore dependencies
24- run : dotnet restore
25- - name : Build
26- run : dotnet build --no-restore
17+ - uses : actions/checkout@v4
18+ - name : Setup .NET
19+ uses : actions/setup-dotnet@v4
20+ with :
21+ dotnet-version : 8.0.x
22+ - name : Restore dependencies
23+ run : dotnet restore
24+ - name : Build
25+ run : dotnet build --no-restore
You can’t perform that action at this time.
0 commit comments