Skip to content

Commit 66bafa2

Browse files
committed
Fix the github workflow (experiment #4)
1 parent b34be77 commit 66bafa2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: dotnet msbuild /t:restore /p:Configuration=Release Tests
4545

4646
- name: dotnet test Tests
47-
run: dotnet test Tests
47+
run: dotnet test Tests --framework net481
4848

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