File tree Expand file tree Collapse file tree 5 files changed +13
-13
lines changed Expand file tree Collapse file tree 5 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 44
44
run : dotnet restore
45
45
46
46
- name : Run build powershell script
47
- run : ./ build/build.ps1 --isGatedBuild=True --no-restore
47
+ run : dotnet build -c Release --no-restore
48
48
shell : powershell
49
49
50
50
- name : Run tests
Original file line number Diff line number Diff line change 33
33
- name : Setup .NET
34
34
uses : actions/setup-dotnet@v1
35
35
with :
36
- dotnet-version : " 6 .0.x"
36
+ dotnet-version : " 8 .0.x"
37
37
38
38
- name : Setup Node
39
39
uses : actions/setup-node@v3
44
44
run : dotnet restore
45
45
46
46
- name : Run build powershell script
47
- run : ./ build/build.ps1 --no-restore
47
+ run : dotnet build -c Release --no-restore
48
48
shell : powershell
49
49
50
50
- name : Run Tests
Original file line number Diff line number Diff line change 30
30
- name : Setup .NET
31
31
uses : actions/setup-dotnet@v1
32
32
with :
33
- dotnet-version : " 6 .0.x"
33
+ dotnet-version : " 8 .0.x"
34
34
35
35
- name : Setup Node
36
36
uses : actions/setup-node@v3
41
41
run : dotnet restore
42
42
43
43
- name : Run build powershell script
44
- run : ./ build/build.ps1 --no-restore
44
+ run : dotnet build -c Release --no-restore
45
45
shell : powershell
46
46
47
47
- name : Run Tests
Original file line number Diff line number Diff line change 30
30
- name : Setup .NET
31
31
uses : actions/setup-dotnet@v1
32
32
with :
33
- dotnet-version : " 6 .0.x"
33
+ dotnet-version : " 8 .0.x"
34
34
35
35
- name : Setup Node
36
36
uses : actions/setup-node@v3
41
41
run : dotnet restore
42
42
43
43
- name : Run build powershell script
44
- run : ./ build/build.ps1 --no-restore
44
+ run : dotnet build -c Release --no-restore
45
45
shell : powershell
46
46
47
47
- name : Run Tests
Original file line number Diff line number Diff line change 28
28
popd
29
29
30
30
- name : Upload a Build Artifact
31
- uses : actions/upload-artifact@v2.2.3
31
+ uses : actions/upload-artifact@v4.4.0
32
32
with :
33
- name : myartifact
33
+ name : myartifact-integration
34
34
path : ${{ github.workspace }}/Jira.Server.Sideload.${{ github.run_number }}-Integration.zip
35
35
36
36
- name : Update config.json
43
43
popd
44
44
45
45
- name : Upload a Build Artifact
46
- uses : actions/upload-artifact@v2.2.3
46
+ uses : actions/upload-artifact@v4.4.0
47
47
with :
48
- name : myartifact
48
+ name : myartifact-staging
49
49
path : ${{ github.workspace }}/Jira.Server.Sideload.${{ github.run_number }}-Staging.zip
50
50
51
51
- name : Update config.json
58
58
popd
59
59
60
60
- name : Upload a Build Artifact
61
- uses : actions/upload-artifact@v2.2.3
61
+ uses : actions/upload-artifact@v4.4.0
62
62
with :
63
- name : myartifact
63
+ name : myartifact-production
64
64
path : ${{ github.workspace }}/Jira.Server.Sideload.${{ github.run_number }}-Production.zip
65
65
You can’t perform that action at this time.
0 commit comments