File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 uses : actions/setup-dotnet@v3
2525 with :
2626 dotnet-version : |
27- 6 .x
27+ 7 .x
2828 - name : Restore dependencies
2929 run : dotnet restore
3030 - name : Build
Original file line number Diff line number Diff line change 2020 uses : actions/setup-dotnet@v3
2121 with :
2222 dotnet-version : |
23- 6 .x
23+ 7 .x
2424 - name : Restore dependencies
2525 run : dotnet restore
2626 - name : Set Version
3838 - name : Build
3939 run : dotnet build -p:Version=${{ env.buildVersion }} -p:ContinuousIntegrationBuild=True --no-restore --configuration Release
4040 - name : Test
41- run : dotnet test --no-build --configuration Release --verbosity normal
41+ run : dotnet test --filter FullyQualifiedName!~Selenate.Examples -- no-build --configuration Release --verbosity normal
4242 - name : Pack
4343 if : startsWith(github.ref, 'refs/tags/v')
4444 run : dotnet pack -p:PackageVersion=${{ env.nugetVersion }} --configuration Release -o ${{github.workspace}}/IntelliTect.SelenatePack --no-build
You can’t perform that action at this time.
0 commit comments