зеркало из https://github.com/microsoft/msquic.git
Родитель
2bd1c31e33
Коммит
bfd7afc7e8
|
@ -23,6 +23,10 @@ jobs:
|
|||
uses: step-security/harden-runner@14dc64f30986eaa2ad2dddcec073f5aab18e5a24 # v1
|
||||
with:
|
||||
egress-policy: audit
|
||||
- name: Setup .NET
|
||||
uses: actions/setup-dotnet@499789684c9a0d41c9b3f0d66a785ba17b1d51ab # v1
|
||||
with:
|
||||
dotnet-version: 6.0.x
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@629c2de402a417ea7690ca6ce3f33229e27606a5 # v2
|
||||
- name: Prepare Machine
|
||||
|
|
|
@ -42,7 +42,7 @@ New-Item -Path $OutputDir -ItemType Directory -Force | Out-Null
|
|||
New-Item -Path (Join-Path $OutputDir linux) -ItemType Directory -Force | Out-Null
|
||||
|
||||
# Build CLOG, placing results into the CLOG directory under our build directory
|
||||
dotnet publish ../submodules/clog/src/clog -o ${ClogDir} -f net5.0
|
||||
dotnet publish ../submodules/clog/src/clog -o ${ClogDir} -f net6.0
|
||||
|
||||
#
|
||||
# You may be tempted to delete the sidecar - DO NOT DO THIS - the sidecare
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 2d9266b2bb1d89343289c02f699e40010c48a3cd
|
||||
Subproject commit 6e3e1c7bd16a7cb353ce171d0ee9a0d0d7720463
|
Загрузка…
Ссылка в новой задаче