- Remove unused files.
- Fix runtime settings file.
- Remove non existing file from filter in AZDO trigger list.

***NO_CI***
This commit is contained in:
josesimoes 2024-06-18 10:25:32 +01:00
Родитель e7c30d77ad
Коммит 4b3165fe55
4 изменённых файлов: 3 добавлений и 33 удалений

Просмотреть файл

@ -1,15 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<RunSettings>
<!-- Configurations that affect the Test Framework -->
<RunConfiguration>
<MaxCpuCount>1</MaxCpuCount>
<ResultsDirectory>.\TestResults</ResultsDirectory><!-- Path relative to solution directory -->
<TestSessionTimeout>120000</TestSessionTimeout><!-- Milliseconds -->
<TargetFrameworkVersion>net48</TargetFrameworkVersion>
<TargetPlatform>x64</TargetPlatform>
</RunConfiguration>
<nanoFrameworkAdapter>
<Logging>None</Logging>
<IsRealHardware>False</IsRealHardware>
</nanoFrameworkAdapter>
</RunSettings>

Просмотреть файл

@ -9,7 +9,7 @@
<TargetPlatform>x64</TargetPlatform>
</RunConfiguration>
<nanoFrameworkAdapter>
<Logging>None</Logging>
<IsRealHardware>true</IsRealHardware>
<Logging>Verbose</Logging>
<IsRealHardware>false</IsRealHardware>
</nanoFrameworkAdapter>
</RunSettings>
</RunSettings>

Просмотреть файл

@ -12,7 +12,6 @@ trigger:
- .github_changelog_generator
- .gitignore
- CHANGELOG.md
- CODE_OF_CONDUCT.md
- LICENSE.md
- README.md
- README.zh-cn.md

Просмотреть файл

@ -1,14 +0,0 @@
{
"SignClient": {
"AzureAd": {
"AADInstance": "https://login.microsoftonline.com/",
"ClientId": "c248d68a-ba6f-4aa9-8a68-71fe872063f8",
"TenantId": "16076fdc-fcc1-4a15-b1ca-32c9a255900e"
},
"Service": {
"Url": "https://codesign.dotnetfoundation.org/",
"ResourceId": "https://SignService/3c30251f-36f3-490b-a955-520addb85001"
}
}
}