File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -53,19 +53,20 @@ jobs:
53
53
with :
54
54
submodules : true
55
55
56
- - name : Setup .NET
57
- uses : actions/setup-dotnet@v3
56
+ # - name: Setup .NET
57
+ # uses: actions/setup-dotnet@v3
58
58
59
- - name : Set up .NET Core 3.1
60
- uses : actions/setup-dotnet@v3
61
- with :
62
- dotnet-version : ' 3.1.x'
59
+ # - name: Set up .NET Core 3.1
60
+ # uses: actions/setup-dotnet@v3
61
+ # with:
62
+ # dotnet-version: '3.1.x'
63
63
64
- - name : Restore dependencies
65
- run : dotnet restore $solution
64
+ # - name: Restore dependencies
65
+ # run: dotnet restore $solution
66
66
67
67
- name : Build
68
- run : dotnet build $solution # --configuration $config #--no-restore -p:FileVersionRevision=$GITHUB_RUN_NUMBER -p:ContinuousIntegrationBuild=true
68
+ shell : pwsh
69
+ run : ./build.ps1 -Clean -Bootstrap
69
70
70
71
# Run CodeQL analysis
71
72
- name : Perform CodeQL Analysis
You can’t perform that action at this time.
0 commit comments