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 95471e0 commit d347a57Copy full SHA for d347a57
.build/README.md
@@ -9,11 +9,10 @@ should run in Azure Pipelines.
9
10
### What the Script Does
11
12
-The `Test-ShouldRunDscResourceIntegrationTests.ps1` script analyzes git
+The [`Test-ShouldRunDscResourceIntegrationTests.ps1`](./.build/Test-ShouldRunDscResourceIntegrationTests.ps1) script analyzes git
13
changes between two references and determines if DSC resource integration tests
14
need to run. It automatically discovers which public commands are used by DSC
15
resources and classes, then checks if any relevant files have been modified.
16
-
17
### How It Works
18
19
The script checks for changes to:
0 commit comments