We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9764ab9 commit 36436ecCopy full SHA for 36436ec
.github/ISSUE_TEMPLATE/error_report.yml .github/ISSUE_TEMPLATE/error_report.yaml.github/ISSUE_TEMPLATE/error_report.yml renamed to .github/ISSUE_TEMPLATE/error_report.yaml
.github/ISSUE_TEMPLATE/feature_report.yml …ithub/ISSUE_TEMPLATE/feature_report.yaml.github/ISSUE_TEMPLATE/feature_report.yml renamed to .github/ISSUE_TEMPLATE/feature_report.yaml
.github/workflows/dotnet-aot-check.yaml
@@ -38,15 +38,4 @@ jobs:
38
-p:PublishAot=true \
39
-p:EnableCompilationRelaxations=false
40
env:
41
- DOTNET_CLI_TELEMETRY_OPTOUT: 1
42
-
43
- - name: Verify AOT output
44
- run: |
45
- $publishDir = "./src/c#/GeneralUpdate.Client/bin/Release/net9.0/${{ matrix.runtime }}/publish"
46
- if ($env:RUNNER_OS -eq "Windows" -and -not (Test-Path "$publishDir/GeneralUpdate.Client.exe")) {
47
- throw "AOT compiled executable not found for Windows"
48
- }
49
- if ($env:RUNNER_OS -eq "Linux" -and -not (Test-Path "$publishDir/GeneralUpdate.Client")) {
50
- throw "AOT compiled executable not found for Linux"
51
52
- shell: pwsh
+ DOTNET_CLI_TELEMETRY_OPTOUT: 1
0 commit comments