Skip to content

Commit 312ccb4

Browse files
committed
Fix the github workflow (experiment #2)
1 parent 1ce69fd commit 312ccb4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,8 @@ jobs:
3737
dotnet-version: '8.x'
3838
dotnet-quality: 'ga'
3939

40-
- name: dotnet restore
41-
run: dotnet msbuild /t:restore /p:Configuration=Release Src
42-
4340
- name: dotnet test
44-
run: dotnet test Src
41+
run: dotnet test Tests
4542

4643
- name: "dotnet pack: ${{ env.VER_STR }}"
4744
run: dotnet pack Src/RT.Servers.csproj --configuration Release -p:InformationalVersion="${{env.VER_STR}}" -p:VersionPrefix=${{env.VER_NUM}} -p:VersionSuffix=${{env.VER_SUF}} -p:FileVersion=${{env.VER_NUM}} -p:AssemblyVersion=${{env.VER_NUM}} -o Publish

0 commit comments

Comments
 (0)