We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ce69fd commit 312ccb4Copy full SHA for 312ccb4
.github/workflows/build.yml
@@ -37,11 +37,8 @@ jobs:
37
dotnet-version: '8.x'
38
dotnet-quality: 'ga'
39
40
- - name: dotnet restore
41
- run: dotnet msbuild /t:restore /p:Configuration=Release Src
42
-
43
- name: dotnet test
44
- run: dotnet test Src
+ run: dotnet test Tests
45
46
- name: "dotnet pack: ${{ env.VER_STR }}"
47
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