Skip to content

Commit 1ce69fd

Browse files
committed
Fix the github workflow (experimental)
1 parent 25458db commit 1ce69fd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ jobs:
3838
dotnet-quality: 'ga'
3939

4040
- name: dotnet restore
41-
run: dotnet restore
41+
run: dotnet msbuild /t:restore /p:Configuration=Release Src
4242

4343
- name: dotnet test
44-
run: dotnet test
44+
run: dotnet test Src
4545

4646
- name: "dotnet pack: ${{ env.VER_STR }}"
4747
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)