Skip to content

Commit 79412ed

Browse files
committed
Added Arcade files.
1 parent fc34df5 commit 79412ed

File tree

149 files changed

+11438
-122
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

149 files changed

+11438
-122
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ ehthumbs.db
8888
packages
8989
artifacts
9090
Tools
91+
.dotnet
9192

9293
# ===========================
9394
# Tools

Nuget.config

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,21 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
3+
<solution>
4+
<add key="disableSourceControlIntegration" value="true" />
5+
</solution>
36
<packageSources>
4-
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
57
<clear />
8+
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
69
<add key="test-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json" />
10+
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />
711
<add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
12+
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
13+
<add key="vs-buildservices" value="https://pkgs.dev.azure.com/azure-public/vside/_packaging/vs-buildservices/nuget/v3/index.json" />
814
<add key="dotnet3.1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1/nuget/v3/index.json" />
915
<add key="dotnet3.1-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-transport/nuget/v3/index.json" />
1016
<add key="dotnet5" value="https://dnceng.pkgs.visualstudio.com/public/_packaging/dotnet5/nuget/v3/index.json" />
11-
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
12-
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />
17+
<!-- Extension.WinUI.csproj -->
18+
<add key="dotnet6" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json" />
1319
</packageSources>
1420
<activePackageSource>
1521
<add key="All" value="(Aggregate source)" />
@@ -18,8 +24,8 @@
1824
<!-- This path is relative as a workaround to https://github.com/NuGet/Home/issues/2831 -->
1925
<add key="globalPackagesFolder" value="packages" />
2026
<add key="repositoryPath" value="packages" />
21-
2227
<!-- This is a workaround for Azure Artifacts, see: https://github.com/dotnet/arcade/issues/4190, https://github.com/dotnet/core-eng/issues/9681 -->
23-
<add key='maxHttpRequestsPerSource' value='2' />
28+
<add key="maxHttpRequestsPerSource" value="2" />
2429
</config>
30+
<disabledPackageSources />
2531
</configuration>

TestFx.sln

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "targets", "targets", "{F60B
143143
scripts\build\TestFx.Loc.props = scripts\build\TestFx.Loc.props
144144
scripts\build\TestFx.props = scripts\build\TestFx.props
145145
scripts\build\TestFx.targets = scripts\build\TestFx.targets
146-
scripts\build\TestFx.Versions.props = scripts\build\TestFx.Versions.props
147146
EndProjectSection
148147
EndProject
149148
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "scripts", "scripts", "{BCF525B1-E67F-486D-B091-06A8BB8A2793}"

eng/Tools.props

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<Project>
2+
<ItemGroup>
3+
<PackageReference Include="MicroBuild.Core" Version="$(MicroBuildCoreVersion)" />
4+
<PackageReference Include="Microsoft.DiaSymReader.Pdb2Pdb" Version="$(MicrosoftDiaSymReaderPdb2PdbVersion)" />
5+
<PackageReference Include="Microsoft.Internal.Dia.Interop" Version="$(MicrosoftInternalDiaInteropVersion)" />
6+
<PackageReference Include="MSTest.Internal.TestFx.Localized.Documentation" Version="$(MsTestInternalTestFxLocalizedDocumentationVersion)" />
7+
<PackageReference Include="vswhere" Version="$(VsWhereVersion)" />
8+
<PackageReference Include="fmdev.xlftool" Version="$(FmDevXlfToolVersion)" />
9+
<PackageReference Include="Microsoft.VisualStudio.QualityTools" Version="$(VisualStudioQualityToolsUnitTestFrameworkVersion)" developmentDependency="true" />
10+
</ItemGroup>
11+
</Project>

eng/Version.Details.xml

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Dependencies>
3+
<ProductDependencies>
4+
<Dependency Name="Microsoft.SymbolUploader.Build.Task" Version="1.1.156702">
5+
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-symuploader</Uri>
6+
<Sha>861806bc0dc685441cb3e8f6bd1ce5ed31e6b32b</Sha>
7+
</Dependency>
8+
<Dependency Name="Microsoft.SymbolUploader" Version="1.1.152002">
9+
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-symuploader</Uri>
10+
<Sha>165896e7efeecb70f01bd011257ead0f56d32c95</Sha>
11+
</Dependency>
12+
<Dependency Name="Microsoft.NET.Test.Sdk" Version="17.0.0-preview-20210520-02">
13+
<Uri>https://github.com/microsoft/vstest</Uri>
14+
<Sha>4ec8825c93fbea1bf66408c1bdfd1087c3590e4e</Sha>
15+
</Dependency>
16+
</ProductDependencies>
17+
<ToolsetDependencies>
18+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.21264.2">
19+
<Uri>https://github.com/dotnet/arcade</Uri>
20+
<Sha>42de78a825b575a1ddeb73020a01fb8cd9311d09</Sha>
21+
</Dependency>
22+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="6.0.0-beta.21264.2">
23+
<Uri>https://github.com/dotnet/arcade</Uri>
24+
<Sha>42de78a825b575a1ddeb73020a01fb8cd9311d09</Sha>
25+
</Dependency>
26+
<Dependency Name="Microsoft.DotNet.SignTool" Version="6.0.0-beta.21264.2">
27+
<Uri>https://github.com/dotnet/arcade</Uri>
28+
<Sha>42de78a825b575a1ddeb73020a01fb8cd9311d09</Sha>
29+
</Dependency>
30+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="6.0.0-beta.21264.2">
31+
<Uri>https://github.com/dotnet/arcade</Uri>
32+
<Sha>42de78a825b575a1ddeb73020a01fb8cd9311d09</Sha>
33+
</Dependency>
34+
<Dependency Name="Microsoft.DotNet.SwaggerGenerator.MSBuild" Version="6.0.0-beta.21264.2">
35+
<Uri>https://github.com/dotnet/arcade</Uri>
36+
<Sha>42de78a825b575a1ddeb73020a01fb8cd9311d09</Sha>
37+
</Dependency>
38+
<Dependency Name="Microsoft.DotNet.Maestro.Client" Version="1.1.0-beta.20258.6">
39+
<Uri>https://github.com/dotnet/arcade-services</Uri>
40+
<Sha>869869342f1ec338de96adcea6e003b61f195256</Sha>
41+
</Dependency>
42+
<Dependency Name="Microsoft.DotNet.Maestro.Tasks" Version="1.1.0-beta.20570.1">
43+
<Uri>https://github.com/dotnet/arcade-services</Uri>
44+
<Sha>cac955fe259cb611f6a29d09209bd717deb69037</Sha>
45+
</Dependency>
46+
<Dependency Name="Microsoft.DotNet.XHarness.CLI" Version="1.0.0-prerelease.21264.3">
47+
<Uri>https://github.com/dotnet/xharness</Uri>
48+
<Sha>2eef520188beb49e31460d0a7dbe040294428ff1</Sha>
49+
</Dependency>
50+
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.0.0-1.21270.4">
51+
<Uri>https://github.com/dotnet/roslyn</Uri>
52+
<Sha>1e347d3e229cf388249d342c72a1222bff0b5fdd</Sha>
53+
</Dependency>
54+
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="6.0.100-preview.5.21268.2">
55+
<Uri>https://github.com/mono/linker</Uri>
56+
<Sha>30f2498c2a3de1f7e236d5793f5f1aca6e5ba456</Sha>
57+
</Dependency>
58+
<Dependency Name="Microsoft.SourceLink.GitHub" Version="1.1.0-beta-21228-01">
59+
<Uri>https://github.com/dotnet/sourcelink</Uri>
60+
<Sha>4b584dbc392bb1aad49c2eb1ab84d8b489b6dccc</Sha>
61+
<SourceBuild RepoName="sourcelink" ManagedOnly="true" />
62+
</Dependency>
63+
<Dependency Name="Microsoft.SourceLink.AzureRepos.Git" Version="1.1.0-beta-21228-01">
64+
<Uri>https://github.com/dotnet/sourcelink</Uri>
65+
<Sha>4b584dbc392bb1aad49c2eb1ab84d8b489b6dccc</Sha>
66+
</Dependency>
67+
<Dependency Name="Microsoft.DiaSymReader.Pdb2Pdb" Version="1.1.0-beta2-19575-01">
68+
<Uri>https://github.com/dotnet/symreader-converter</Uri>
69+
<Sha>c5ba7c88f92e2dde156c324a8c8edc04d9fa4fe0</Sha>
70+
</Dependency>
71+
<Dependency Name="Microsoft.DiaSymReader.Converter" Version="1.1.0-beta2-19575-01">
72+
<Uri>https://github.com/dotnet/symreader-converter</Uri>
73+
<Sha>c5ba7c88f92e2dde156c324a8c8edc04d9fa4fe0</Sha>
74+
</Dependency>
75+
<Dependency Name="XliffTasks" Version="1.0.0-beta.21265.1">
76+
<Uri>https://github.com/dotnet/xliff-tasks</Uri>
77+
<Sha>f4bfde77fb60daf52d8fec738d96d1d54e37dd88</Sha>
78+
</Dependency>
79+
</ToolsetDependencies>
80+
</Dependencies>

eng/Versions.props

Lines changed: 128 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,128 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project>
3+
<PropertyGroup>
4+
<!-- This repo version -->
5+
<VersionPrefix>6.0.0</VersionPrefix>
6+
<PreReleaseVersionLabel>beta</PreReleaseVersionLabel>
7+
8+
<!-- Opt-out repo features -->
9+
<UsingToolXliff>false</UsingToolXliff>
10+
11+
<MicrosoftNETTestSdkVersion>17.0.0-preview-20210520-02</MicrosoftNETTestSdkVersion>
12+
13+
<!-- Toolset -->
14+
<MicroBuildCoreVersion>0.2.0</MicroBuildCoreVersion>
15+
<NuGetFrameworksVersion>5.9.1</NuGetFrameworksVersion>
16+
<VsWhereVersion>2.5.2</VsWhereVersion>
17+
<MicrosoftInternalDiaInteropVersion>14.0.0</MicrosoftInternalDiaInteropVersion> <!-- keep in sync with test\UnitTests\PlatformServices.Desktop.Unit.Tests\Utilities\XmlUtilitiesTests.cs -->
18+
<MicrosoftDiaSymReaderPdb2PdbVersion>1.1.0-beta2-21064-01</MicrosoftDiaSymReaderPdb2PdbVersion>
19+
<MsTestInternalTestFxLocalizedDocumentationVersion>1.0.0-build-20170420-1</MsTestInternalTestFxLocalizedDocumentationVersion>
20+
<FmDevXlfToolVersion>0.1.3</FmDevXlfToolVersion>
21+
<VisualStudioQualityToolsUnitTestFrameworkVersion>16.9.0-preview-4267359</VisualStudioQualityToolsUnitTestFrameworkVersion>
22+
<!-- / Toolset -->
23+
24+
<!-- Try to keep all these in sync -->
25+
<SystemRuntimeVersion>4.3.0</SystemRuntimeVersion>
26+
<SystemRuntimeSerializationJsonVersion>4.3.0</SystemRuntimeSerializationJsonVersion>
27+
<SystemRuntimeSerializationPrimitivesVersion>4.3.0</SystemRuntimeSerializationPrimitivesVersion>
28+
<SystemComponentModelEventBasedAsyncVersion>4.3.0</SystemComponentModelEventBasedAsyncVersion>
29+
<SystemComponentModelTypeConverterVersion>4.3.0</SystemComponentModelTypeConverterVersion>
30+
<SystemDiagnosticsTextWriterTraceListenerVersion>4.3.0</SystemDiagnosticsTextWriterTraceListenerVersion>
31+
<SystemRuntimeInteropServicesRuntimeInformationVersion>4.3.0</SystemRuntimeInteropServicesRuntimeInformationVersion>
32+
<SystemValueTupleVersion>4.3.0</SystemValueTupleVersion>
33+
<!-- / Try to keep all these in sync -->
34+
35+
<SystemCollectionsImmutableVersion>1.6.0</SystemCollectionsImmutableVersion>
36+
<SystemReflectionMetadataVersion>1.6.0</SystemReflectionMetadataVersion>
37+
38+
<!-- UWP and WinUI dependencies -->
39+
<MicrosoftNETCoreUniversalWindowsPlatformVersion>5.3.0</MicrosoftNETCoreUniversalWindowsPlatformVersion>
40+
<MicrosoftProjectReunionVersion>0.5.0</MicrosoftProjectReunionVersion>
41+
<!-- / UWP and WinUI dependencies -->
42+
43+
<MoqVersion>4.8.3</MoqVersion>
44+
<CastleCoreVersion>4.3.0</CastleCoreVersion>
45+
<FluentAssertionsVersion>5.10.3</FluentAssertionsVersion>
46+
<StyleCopAnalyzersVersion>1.0.0</StyleCopAnalyzersVersion>
47+
48+
<!-- These are used to test compability with legacy MSTest, please do not update -->
49+
<Legacy__MicrosoftNETTestSdkVersion>15.7.0</Legacy__MicrosoftNETTestSdkVersion>
50+
<Legacy__MSTestTestAdapterVersion>1.2.0</Legacy__MSTestTestAdapterVersion>
51+
<Legacy__MSTestTestFrameworkVersion>1.2.0</Legacy__MSTestTestFrameworkVersion>
52+
<!-- / These are used to test compability with legacy MSTest, please do not update -->
53+
54+
<MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion>
55+
56+
<!-- Libs -->
57+
<CommandLineParserVersion>2.2.1</CommandLineParserVersion>
58+
<CredentialManagementVersion>1.0.2</CredentialManagementVersion>
59+
<HandlebarsNetVersion>1.10.1</HandlebarsNetVersion>
60+
<LibGit2SharpVersion>0.25.2</LibGit2SharpVersion>
61+
<log4netVersion>2.0.10</log4netVersion>
62+
<SystemNetHttpVersion>4.3.4</SystemNetHttpVersion>
63+
<AzureStorageBlobsVersion>12.3.0</AzureStorageBlobsVersion>
64+
<MicrosoftApplicationInsightsVersion>2.16.0</MicrosoftApplicationInsightsVersion>
65+
<MicrosoftAzureKeyVaultVersion>3.0.0</MicrosoftAzureKeyVaultVersion>
66+
<MicrosoftAzureServicesAppAuthenticationVersion>1.3.1</MicrosoftAzureServicesAppAuthenticationVersion>
67+
<MicrosoftDataAnalysisVersion>0.1.0</MicrosoftDataAnalysisVersion>
68+
<MicrosoftBuildVersion>15.7.179</MicrosoftBuildVersion>
69+
<MicrosoftBuildFrameworkVersion>15.7.179</MicrosoftBuildFrameworkVersion>
70+
<MicrosoftBuildTasksCoreVersion>15.7.179</MicrosoftBuildTasksCoreVersion>
71+
<MicrosoftBuildUtilitiesCoreVersion>15.7.179</MicrosoftBuildUtilitiesCoreVersion>
72+
<MicrosoftCodeAnalysisAnalyzersVersion>2.6.3</MicrosoftCodeAnalysisAnalyzersVersion>
73+
<MicrosoftCodeAnalysisCSharpVersion>2.9.0</MicrosoftCodeAnalysisCSharpVersion>
74+
<MsbuildTaskMicrosoftCodeAnalysisCSharpVersion>3.8.0</MsbuildTaskMicrosoftCodeAnalysisCSharpVersion>
75+
<MicrosoftIdentityModelClientsActiveDirectoryVersion>3.17.2</MicrosoftIdentityModelClientsActiveDirectoryVersion>
76+
<MicrosoftRestClientRuntimeVersion>2.3.13</MicrosoftRestClientRuntimeVersion>
77+
<MicrosoftExtensionsDependencyModelVersion>2.1.0</MicrosoftExtensionsDependencyModelVersion>
78+
<MicrosoftExtensionsDependencyInjectionAbstractionsVersion>2.1.1</MicrosoftExtensionsDependencyInjectionAbstractionsVersion>
79+
<MicrosoftExtensionsDependencyInjectionVersion>2.1.1</MicrosoftExtensionsDependencyInjectionVersion>
80+
<MicrosoftExtensionsFileSystemGlobbingVersion>2.0.0</MicrosoftExtensionsFileSystemGlobbingVersion>
81+
<MicrosoftExtensionsLoggingConsoleVersion>2.1.1</MicrosoftExtensionsLoggingConsoleVersion>
82+
<MicrosoftNETCorePlatformsVersion>2.1.0</MicrosoftNETCorePlatformsVersion>
83+
<MicrosoftNetCompilersToolsetVersion>4.0.0-1.21270.4</MicrosoftNetCompilersToolsetVersion>
84+
<MicrosoftNETILLinkTasksVersion>6.0.100-preview.5.21268.2</MicrosoftNETILLinkTasksVersion>
85+
<MonoOptionsVersion>5.3.0.1</MonoOptionsVersion>
86+
<McMasterExtensionsCommandLineUtils>2.3.0</McMasterExtensionsCommandLineUtils>
87+
<NewtonsoftJsonVersion>9.0.1</NewtonsoftJsonVersion>
88+
<SystemTextJsonVersion>4.7.0</SystemTextJsonVersion>
89+
<NuGetVersioningVersion>4.4.0</NuGetVersioningVersion>
90+
<NuGetVersion>5.6.0-preview.2.6489</NuGetVersion>
91+
<OctokitVersion>0.32.0</OctokitVersion>
92+
<DotNetSleetLibVersion>2.2.143</DotNetSleetLibVersion>
93+
<SwashbuckleAspNetCoreSwaggerVersion>3.0.0</SwashbuckleAspNetCoreSwaggerVersion>
94+
<SystemBuffersVersion>4.5.0</SystemBuffersVersion>
95+
<SystemDiagnosticsTraceSourceVersion>4.0.0</SystemDiagnosticsTraceSourceVersion>
96+
<SystemIOCompressionVersion>4.3.0</SystemIOCompressionVersion>
97+
<SystemIOPackagingVersion>4.5.0</SystemIOPackagingVersion>
98+
<SystemIOFileSystemPrimitivesVersion>4.3.0</SystemIOFileSystemPrimitivesVersion>
99+
<SystemMemoryVersion>4.5.3</SystemMemoryVersion>
100+
<SystemNumericsVectorsVersion>4.5.0</SystemNumericsVectorsVersion>
101+
<SystemRuntimeCompilerServicesUnsafeVersion>4.7.0</SystemRuntimeCompilerServicesUnsafeVersion>
102+
<SystemRuntimeInteropServicesRuntimeInformation>4.3.0</SystemRuntimeInteropServicesRuntimeInformation>
103+
<SystemTextEncodingsWebVersion>4.7.2</SystemTextEncodingsWebVersion>
104+
<SystemThreadingTasksExtensionVersion>4.5.2</SystemThreadingTasksExtensionVersion>
105+
<WindowsAzureStorageVersion>8.5.0</WindowsAzureStorageVersion>
106+
<XUnitVersion>2.4.1</XUnitVersion>
107+
<XUnitAbstractionsVersion>2.0.3</XUnitAbstractionsVersion>
108+
<XUnitVSRunnerVersion>2.4.1</XUnitVSRunnerVersion>
109+
<MicrosoftDotNetBuildTasksFeedVersion>6.0.0-beta.21264.2</MicrosoftDotNetBuildTasksFeedVersion>
110+
<MicrosoftDotNetSignToolVersion>6.0.0-beta.21264.2</MicrosoftDotNetSignToolVersion>
111+
<MicrosoftAzureDocumentDBVersion>1.22.0</MicrosoftAzureDocumentDBVersion>
112+
<MicrosoftAzureCosmosDBTableVersion>1.1.2</MicrosoftAzureCosmosDBTableVersion>
113+
<MicrosoftAspNetCoreAllVersion>2.0.0</MicrosoftAspNetCoreAllVersion>
114+
<MicrosoftDotNetGitHubIssueLabelerAssetsVersion>1.6.0</MicrosoftDotNetGitHubIssueLabelerAssetsVersion>
115+
<MicrosoftMLVersion>1.0.0</MicrosoftMLVersion>
116+
<MicrosoftVisualStudioWebCodeGenerationDesignVersion>2.0.4</MicrosoftVisualStudioWebCodeGenerationDesignVersion>
117+
<MicrosoftDotNetMaestroClientVersion>1.1.0-beta.20258.6</MicrosoftDotNetMaestroClientVersion>
118+
<MicrosoftSourceLinkGitHubVersion>1.1.0-beta-21228-01</MicrosoftSourceLinkGitHubVersion>
119+
<MicrosoftSourceLinkAzureReposGitVersion>1.1.0-beta-21228-01</MicrosoftSourceLinkAzureReposGitVersion>
120+
<MicrosoftDotNetSwaggerGeneratorMSBuildVersion>6.0.0-beta.21264.2</MicrosoftDotNetSwaggerGeneratorMSBuildVersion>
121+
<XliffTasksVersion>1.0.0-beta.21265.1</XliffTasksVersion>
122+
<MicrosoftDotNetMaestroTasksVersion>1.1.0-beta.21228.1</MicrosoftDotNetMaestroTasksVersion>
123+
<MicrosoftDotNetXHarnessCLIVersion>1.0.0-prerelease.21264.3</MicrosoftDotNetXHarnessCLIVersion>
124+
<MicrosoftSymbolUploaderBuildTaskVersion>1.1.156402</MicrosoftSymbolUploaderBuildTaskVersion>
125+
<MicrosoftSymbolUploaderVersion>1.1.152002</MicrosoftSymbolUploaderVersion>
126+
<MicrosoftNetSdkWorkloadManifestReaderVersion>6.0.100-preview.5.21254.11</MicrosoftNetSdkWorkloadManifestReaderVersion>
127+
</PropertyGroup>
128+
</Project>

eng/common/CIBuild.cmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
@echo off
2+
powershell -ExecutionPolicy ByPass -NoProfile -command "& """%~dp0Build.ps1""" -restore -build -test -sign -pack -publish -ci %*"
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
@{
2+
IncludeRules=@('PSAvoidUsingCmdletAliases',
3+
'PSAvoidUsingWMICmdlet',
4+
'PSAvoidUsingPositionalParameters',
5+
'PSAvoidUsingInvokeExpression',
6+
'PSUseDeclaredVarsMoreThanAssignments',
7+
'PSUseCmdletCorrectly',
8+
'PSStandardDSCFunctionsInResource',
9+
'PSUseIdenticalMandatoryParametersForDSC',
10+
'PSUseIdenticalParametersForDSC')
11+
}

eng/common/README.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Don't touch this folder
2+
3+
uuuuuuuuuuuuuuuuuuuu
4+
u" uuuuuuuuuuuuuuuuuu "u
5+
u" u$$$$$$$$$$$$$$$$$$$$u "u
6+
u" u$$$$$$$$$$$$$$$$$$$$$$$$u "u
7+
u" u$$$$$$$$$$$$$$$$$$$$$$$$$$$$u "u
8+
u" u$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$u "u
9+
u" u$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$u "u
10+
$ $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ $
11+
$ $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ $
12+
$ $$$" ... "$... ...$" ... "$$$ ... "$$$ $
13+
$ $$$u `"$$$$$$$ $$$ $$$$$ $$ $$$ $$$ $
14+
$ $$$$$$uu "$$$$ $$$ $$$$$ $$ """ u$$$ $
15+
$ $$$""$$$ $$$$ $$$u "$$$" u$$ $$$$$$$$ $
16+
$ $$$$....,$$$$$..$$$$$....,$$$$..$$$$$$$$ $
17+
$ $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ $
18+
"u "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$" u"
19+
"u "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$" u"
20+
"u "$$$$$$$$$$$$$$$$$$$$$$$$$$$$" u"
21+
"u "$$$$$$$$$$$$$$$$$$$$$$$$" u"
22+
"u "$$$$$$$$$$$$$$$$$$$$" u"
23+
"u """""""""""""""""" u"
24+
""""""""""""""""""""
25+
26+
!!! Changes made in this directory are subject to being overwritten by automation !!!
27+
28+
The files in this directory are shared by all Arcade repos and managed by automation. If you need to make changes to these files, open an issue or submit a pull request to https://github.com/dotnet/arcade first.

0 commit comments

Comments
 (0)