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:
5353 with :
5454 submodules : true
5555
56- - name : Setup .NET
57- uses : actions/setup-dotnet@v3
56+ # - name: Setup .NET
57+ # uses: actions/setup-dotnet@v3
5858
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'
6363
64- - name : Restore dependencies
65- run : dotnet restore $solution
64+ # - name: Restore dependencies
65+ # run: dotnet restore $solution
6666
6767 - 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
6970
7071 # Run CodeQL analysis
7172 - name : Perform CodeQL Analysis
You can’t perform that action at this time.
0 commit comments