You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following properties are automatically available during test execution but can be overwritten:
6
-
7
-
- PoisonUsageReportFile
8
-
- SdkTarballPath
9
-
- SourceBuiltArtifactsPath
10
-
11
-
Optional msbuild properties:
12
-
13
-
- MsftSdkTarballPath
14
-
- SourceBuildTestsConsoleVerbosity
15
-
- SourceBuildTestsCustomSourceBuiltPackagesPath
16
-
- SourceBuildTestsExcludeOmniSharpTests
17
-
- SourceBuildTestsLicenseScanPath
18
-
- SourceBuildTestsPrereqsPath
19
-
20
-
Make sure to rebuild the test project when changing one of those values.
5
+
See the [Microsoft.DotNet.SourceBuild.Tests.csproj](Microsoft.DotNet.SourceBuild.Tests.csproj) for the available
6
+
RuntimeHostConfigurationOptions that can be used to configure the tests.
21
7
22
8
## Dependencies
23
9
@@ -31,5 +17,5 @@ The following programs are used by some tests:
31
17
## Prereq Packages
32
18
33
19
Some prerelease scenarios, usually security updates, require non-source-built packages which are not publicly available.
34
-
Specify the directory where these packages can be found via the `SourceBuildTestsPrereqsPath` msbuild property when running tests via `build.sh ---test` e.g.
0 commit comments