Skip to content

Commit 4f99496

Browse files
authored
Merge pull request #1495 from microsoft/dev/andarno/libtemplateUpdate
Merge latest Library.Template
2 parents 662051c + 7c5d5cb commit 4f99496

File tree

15 files changed

+47
-50
lines changed

15 files changed

+47
-50
lines changed

.config/dotnet-tools.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
"rollForward": false
1111
},
1212
"dotnet-coverage": {
13-
"version": "17.14.2",
13+
"version": "18.1.0",
1414
"commands": [
1515
"dotnet-coverage"
1616
],
1717
"rollForward": false
1818
},
1919
"nbgv": {
20-
"version": "3.7.115",
20+
"version": "3.8.118",
2121
"commands": [
2222
"nbgv"
2323
],
@@ -29,6 +29,13 @@
2929
"docfx"
3030
],
3131
"rollForward": false
32+
},
33+
"nerdbank.dotnetrepotools": {
34+
"version": "1.0.92",
35+
"commands": [
36+
"repo"
37+
],
38+
"rollForward": false
3239
}
3340
}
34-
}
41+
}

.devcontainer/Dockerfile

Lines changed: 0 additions & 14 deletions
This file was deleted.

.devcontainer/devcontainer.json

Lines changed: 0 additions & 25 deletions
This file was deleted.

.github/workflows/docs_validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: 🔗 Markup Link Checker (mlc)
2020
uses: becheran/mlc@18a06b3aa2901ca197de59c8b0b1f54fdba6b3fa # v1.0.0
2121
with:
22-
args: --do-not-warn-for-redirect-to https://learn.microsoft.com*,https://dotnet.microsoft.com/*,https://dev.azure.com/*,https://app.codecov.io/*,https://badges.gitter.im/*,https://github.com/*,https://app.gitter.im/* -p docfx -i https://aka.ms/onboardsupport,https://aka.ms/spot,https://msrc.microsoft.com/*,https://www.microsoft.com/msrc*,https://microsoft.com/msrc*,https://microsoft.sharepoint.com/*
22+
args: --do-not-warn-for-redirect-to https://learn.microsoft.com*,https://dotnet.microsoft.com/*,https://dev.azure.com/*,https://app.codecov.io/*,https://badges.gitter.im/*,https://github.com/*,https://app.gitter.im/* -p docfx -i https://aka.ms/onboardsupport,https://aka.ms/spot,https://msrc.microsoft.com/*,https://www.microsoft.com/msrc*,https://microsoft.com/msrc*,https://www.npmjs.com/package/*,https://get.dot.net/,https://microsoft.sharepoint.com/*
2323
- name: ⚙ Install prerequisites
2424
run: |
2525
./init.ps1 -UpgradePrerequisites

Directory.Packages.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
<PackageVersion Update="Microsoft.CodeAnalysis.VisualBasic" Version="$(CodeAnalysisVersionForTests)" />
4949
</ItemGroup>
5050
<ItemGroup Label="Library.Template">
51-
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
51+
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.0.0" />
5252
<PackageVersion Include="Microsoft.VisualStudio.Internal.MicroBuild.NonShipping" Version="$(MicroBuildVersion)" />
53-
<PackageVersion Include="xunit.runner.visualstudio" Version="3.1.4" />
53+
<PackageVersion Include="xunit.runner.visualstudio" Version="3.1.5" />
5454
<PackageVersion Include="xunit" Version="2.9.3" />
5555
</ItemGroup>
5656
<ItemGroup>
@@ -61,7 +61,7 @@
6161
<GlobalPackageReference Include="DotNetAnalyzers.DocumentationAnalyzers" Version="1.0.0-beta.59" />
6262
<GlobalPackageReference Include="Microsoft.VisualStudio.Internal.MicroBuild.VisualStudio" Version="$(MicroBuildVersion)" />
6363
<!-- The condition works around https://github.com/dotnet/sdk/issues/44951 -->
64-
<GlobalPackageReference Include="Nerdbank.GitVersioning" Version="3.7.115" Condition="!('$(TF_BUILD)'=='true' and '$(dotnetformat)'=='true')" />
64+
<GlobalPackageReference Include="Nerdbank.GitVersioning" Version="3.8.118" Condition="!('$(TF_BUILD)'=='true' and '$(dotnetformat)'=='true')" />
6565
<GlobalPackageReference Include="PolySharp" Version="1.15.0" />
6666
<GlobalPackageReference Include="StyleCop.Analyzers.Unstable" Version="1.2.0.556" />
6767
</ItemGroup>

Microsoft.VisualStudio.Threading.slnx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<Platform Name="x86" />
77
</Configurations>
88
<Folder Name="/Solution Items/">
9+
<File Path=".config\dotnet-tools.json" />
910
<File Path=".editorconfig" />
1011
<File Path="azure-pipelines/build.yml" />
1112
<File Path="Directory.Build.props" />

azure-pipelines/archive-sourcecode.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ variables:
3535
extends:
3636
template: azure-pipelines/MicroBuild.1ES.Official.yml@MicroBuildTemplate
3737
parameters:
38+
settings:
39+
networkIsolationPolicy: Permissive,CFSClean
3840
sdl:
3941
sourceAnalysisPool: VSEngSS-MicroBuild2022-1ES
4042

azure-pipelines/libtemplate-update.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ variables:
3030
extends:
3131
template: azure-pipelines/MicroBuild.1ES.Unofficial.yml@MicroBuildTemplate
3232
parameters:
33+
settings:
34+
networkIsolationPolicy: Permissive,CFSClean
3335
sdl:
3436
sourceAnalysisPool:
3537
name: AzurePipelines-EO

azure-pipelines/official.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ variables:
4545
extends:
4646
template: azure-pipelines/MicroBuild.1ES.Official.yml@MicroBuildTemplate
4747
parameters:
48+
settings:
49+
networkIsolationPolicy: Permissive,CFSClean
4850
sdl:
4951
sourceAnalysisPool: VSEngSS-MicroBuild2022-1ES
5052
codeSignValidation:

azure-pipelines/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ variables:
2020
extends:
2121
template: azure-pipelines/MicroBuild.1ES.Official.yml@MicroBuildTemplate
2222
parameters:
23+
settings:
24+
networkIsolationPolicy: Permissive,CFSClean
2325
sdl:
2426
sourceAnalysisPool: VSEngSS-MicroBuild2022-1ES
2527

0 commit comments

Comments
 (0)