Skip to content

Commit

Permalink
necessary updates so we can publish a demo version of this thing that…
Browse files Browse the repository at this point in the history
… is usable by dotnet
  • Loading branch information
scbedd committed Feb 1, 2023
1 parent 87c8673 commit 611830d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<LangVersion>preview</LangVersion>
<InformationalVersion>$(OfficialBuildId)</InformationalVersion>
<CheckEolTargetFramework>false</CheckEolTargetFramework>
<AssemblyName>test-proxy</AssemblyName>
</PropertyGroup>

<ItemGroup Condition="'$(TargetFramework)'=='net5.0'">
Expand Down
22 changes: 11 additions & 11 deletions tools/test-proxy/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@ extends:
stableTags:
- 'latest'
ReleaseBinaries: true
StandaloneExeMatrix:
- rid: osx-x64
framework: net6.0
- rid: osx-arm64
framework: net6.0
- rid: win-x64
framework: net6.0
- rid: linux-x64
framework: net6.0
- rid: linux-arm64
framework: net6.0
# StandaloneExeMatrix:
# - rid: osx-x64
# framework: net6.0
# - rid: osx-arm64
# framework: net6.0
# - rid: win-x64
# framework: net6.0
# - rid: linux-x64
# framework: net6.0
# - rid: linux-arm64
# framework: net6.0

0 comments on commit 611830d

Please sign in to comment.