Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
4bfa499
clean up and migrate nuget packaging
Jul 4, 2023
7d81481
build openssl with arm64 for windows
Jul 4, 2023
f52c07a
leave arm64ec alone
Jul 4, 2023
c729996
try to fix arm64ec and openssl arm64
Jul 4, 2023
adf2e3b
clean up
Jul 4, 2023
0655f61
upload artifacts
Jul 4, 2023
ce0f106
checkout repo
Jul 4, 2023
d8ea5e6
fix up nuget script
Jul 5, 2023
7aba361
typo
Jul 5, 2023
ff23764
clean up
Jul 5, 2023
6eea1b9
optional artifact fetching
Jul 5, 2023
d502899
build-darwin-universal
Jul 5, 2023
076b842
build darwin frameworks
Jul 5, 2023
258e93b
add package reuse workflow
Jul 5, 2023
a84c96c
github bug?
Jul 5, 2023
5f339d1
xcframework
Jul 5, 2023
84d0fdd
Fix release
Jul 5, 2023
11c7fbf
fix typos
Jul 5, 2023
0719f40
Fix artifact name
Jul 5, 2023
76d6d6d
Merge branch 'main' of github.com:microsoft/msquic into huanyi/migrat…
csujedihy Jul 5, 2023
b6aa70a
refactor darwin framework
csujedihy Jul 5, 2023
c72dbd2
add darwin reuse ymls
csujedihy Jul 5, 2023
fede006
fix typos
csujedihy Jul 5, 2023
f8f1222
dotnet-test
csujedihy Jul 5, 2023
913d8c9
fix typo
csujedihy Jul 5, 2023
abcca41
refactor container build for packaging
csujedihy Jul 5, 2023
817bb43
clean up
csujedihy Jul 5, 2023
8223cbc
fix errors
csujedihy Jul 5, 2023
f2ec24f
fix packaging yml
csujedihy Jul 5, 2023
df1568a
fix typo
csujedihy Jul 5, 2023
3c1c379
fix syntax
csujedihy Jul 5, 2023
8319efe
fix up packaging
csujedihy Jul 6, 2023
b6ff0fe
fix typo
csujedihy Jul 6, 2023
e1de39b
needs build-packages
csujedihy Jul 6, 2023
8369110
ForBuild
csujedihy Jul 6, 2023
bdb7b33
fix issues
csujedihy Jul 6, 2023
90644a2
add cancel check
csujedihy Jul 6, 2023
6fa616c
fix security warnings
csujedihy Jul 6, 2023
b98b0f8
clean up
csujedihy Jul 6, 2023
d5a622e
fix cancel check
csujedihy Jul 6, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
797 changes: 0 additions & 797 deletions .azure/azure-pipelines.ci.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .azure/obtemplates/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
inputs:
pwsh: true
filePath: scripts/build.ps1
arguments: -Tls ${{ parameters.tls }} -Config ${{ parameters.config }} -Platform ${{ parameters.platform }} -Arch arm64 -ToolchainFile cmake/toolchains/aarch64-linux.cmake -CI -UseSystemOpenSSLCrypto -OneBranch
arguments: -Tls ${{ parameters.tls }} -Config ${{ parameters.config }} -Platform ${{ parameters.platform }} -Arch arm64 -CI -UseSystemOpenSSLCrypto -OneBranch
- task: PowerShell@2
displayName: arm
${{ if eq(parameters.tls, 'openssl') }}:
Expand All @@ -52,4 +52,4 @@ jobs:
inputs:
pwsh: true
filePath: scripts/build.ps1
arguments: -Tls ${{ parameters.tls }} -Config ${{ parameters.config }} -Platform ${{ parameters.platform }} -Arch arm -ToolchainFile cmake/toolchains/arm-linux.cmake -CI -UseSystemOpenSSLCrypto -OneBranch
arguments: -Tls ${{ parameters.tls }} -Config ${{ parameters.config }} -Platform ${{ parameters.platform }} -Arch arm -CI -UseSystemOpenSSLCrypto -OneBranch
78 changes: 0 additions & 78 deletions .azure/templates/build-darwin-framework.yml

This file was deleted.

138 changes: 0 additions & 138 deletions .azure/templates/build-distribution.yml

This file was deleted.

141 changes: 0 additions & 141 deletions .azure/templates/build-nuget.yml

This file was deleted.

Loading