|
62 | 62 | <Compile Include="ScenarioTests\AccountTests.cs" />
|
63 | 63 | <Compile Include="ScenarioTests\AutomationScenarioTestsBase.cs" />
|
64 | 64 | <Compile Include="ScenarioTests\AutomationTests.cs" />
|
| 65 | + <Compile Include="ScenarioTests\CertificateTests.cs" /> |
| 66 | + <Compile Include="ScenarioTests\ConnectionTests.cs" /> |
| 67 | + <Compile Include="ScenarioTests\CredentialTests.cs" /> |
65 | 68 | <Compile Include="ScenarioTests\HybridWorkerGroupTests.cs" />
|
| 69 | + <Compile Include="ScenarioTests\JobScheduleTests.cs" /> |
| 70 | + <Compile Include="ScenarioTests\ModuleTests.cs" /> |
| 71 | + <Compile Include="ScenarioTests\ScheduleTests.cs" /> |
| 72 | + <Compile Include="ScenarioTests\VariableTests.cs" /> |
66 | 73 | <Compile Include="ScenarioTests\RunbookJobTests.cs" />
|
67 | 74 | <Compile Include="ScenarioTests\SourceControlTests.cs" />
|
68 | 75 | <Compile Include="ScenarioTests\UpdateManagementTests.cs" />
|
| 76 | + <Compile Include="ScenarioTests\WebhookTests.cs" /> |
69 | 77 | <Compile Include="UnitTests\GetAzureAutomationDscNodeConfigurationDeploymentSchedulesTest.cs" />
|
70 | 78 | <Compile Include="UnitTests\GetAzureAutomationDscNodeConfigurationTest.cs" />
|
71 | 79 | <Compile Include="UnitTests\GetAzureAutomationDscNodeReportTest.cs" />
|
|
126 | 134 | <ItemGroup>
|
127 | 135 | <None Include="MSSharedLibKey.snk" />
|
128 | 136 | <None Include="packages.config" />
|
129 |
| - <None Include="ScenarioTests\AccountTests.ps1"> |
| 137 | + <None Include="SessionRecords\**\*.json"> |
130 | 138 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
131 | 139 | </None>
|
132 |
| - <None Include="ScenarioTests\AutomationTests.ps1"> |
| 140 | + <None Include="ScenarioTests\*.ps1"> |
133 | 141 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
134 | 142 | </None>
|
135 |
| - <None Include="ScenarioTests\HybridWorkerGroupTests.ps1"> |
| 143 | + <None Include="ScenarioTests\*.cer"> |
136 | 144 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
137 |
| - </None> |
138 |
| - <None Include="ScenarioTests\Resources\RB-GraphTutorial.graphrunbook"> |
139 |
| - <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
140 |
| - </None> |
141 |
| - <None Include="ScenarioTests\Resources\RB-PowerShellScriptTutorial.ps1"> |
142 |
| - <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
143 |
| - </None> |
144 |
| - <None Include="ScenarioTests\RunbookJobTests.ps1"> |
145 |
| - <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
146 |
| - </None> |
147 |
| - <None Include="ScenarioTests\SourceControlTests.ps1"> |
148 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
149 |
| - </None> |
150 |
| - <None Include="ScenarioTests\UpdateManagementTests.ps1"> |
151 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
152 |
| - </None> |
153 |
| - <None Include="ScenarioTests\Resources\fastjob.ps1"> |
154 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
155 |
| - </None> |
156 |
| - <None Include="ScenarioTests\Resources\ContosoDscConfiguration.ps1" /> |
157 |
| - <None Include="ScenarioTests\Resources\Test-Workflow.ps1"> |
158 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
159 |
| - </None> |
160 |
| - <None Include="ScenarioTests\Resources\Test-WorkflowV2.ps1"> |
161 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
162 |
| - </None> |
163 |
| - <None Include="ScenarioTests\Resources\Test-WorkFlowWithVariousParameters.ps1"> |
164 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
165 |
| - </None> |
166 |
| - <None Include="ScenarioTests\Resources\Use-WorkflowCheckpointSample.ps1"> |
167 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
168 |
| - </None> |
169 |
| - <None Include="ScenarioTests\Resources\Write-DebugAndVerboseOutput.ps1"> |
170 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
171 |
| - </None> |
172 |
| - </ItemGroup> |
173 |
| - <ItemGroup /> |
174 |
| - <ItemGroup> |
175 |
| - <Content Include="SessionRecords\Microsoft.Azure.Commands.Automation.Test.AccountTests\*.json"> |
176 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
177 |
| - </Content> |
178 |
| - <Content Include="SessionRecords\Commands.Automation.Test.SourceControlTests\CreateGitHubSourceControlAndSync.json"> |
179 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
180 |
| - </Content> |
181 |
| - <Content Include="SessionRecords\Commands.Automation.Test.SourceControlTests\CreateVsoGitSourceControlAndSync.json"> |
182 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
183 |
| - </Content> |
184 |
| - <Content Include="SessionRecords\Commands.Automation.Test.SourceControlTests\CreateVsoTfvcSourceControlAndSync.json"> |
185 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
186 |
| - </Content> |
187 |
| - <Content Include="SessionRecords\Commands.Automation.Test.HybridWorkerGroupTests\E2EHybridWorkerGroup.json"> |
188 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
189 |
| - </Content> |
190 |
| - <Content Include="SessionRecords\Commands.Automation.Test.UpdateManagementTests\CreateLinuxWeeklySUC.json"> |
191 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
192 |
| - </Content> |
193 |
| - <Content Include="SessionRecords\Commands.Automation.Test.UpdateManagementTests\CreateWindowsMonthlySUC.json"> |
194 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
195 |
| - </Content> |
196 |
| - <Content Include="SessionRecords\Commands.Automation.Test.UpdateManagementTests\CreateLinuxOneTimeSUCNonAzureOnly.json"> |
197 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
198 |
| - </Content> |
199 |
| - <Content Include="SessionRecords\Commands.Automation.Test.UpdateManagementTests\CreateLinuxOneTimeSUCWithAllOption.json"> |
200 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
201 |
| - </Content> |
202 |
| - <Content Include="SessionRecords\Commands.Automation.Test.UpdateManagementTests\CreateLinuxOneTimeSUCWithDefaults.json"> |
203 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
204 |
| - </Content> |
205 |
| - <Content Include="SessionRecords\Commands.Automation.Test.UpdateManagementTests\CreateWindowsOneTimeSUCWithAllOption.json"> |
206 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
207 |
| - </Content> |
208 |
| - <Content Include="SessionRecords\Commands.Automation.Test.UpdateManagementTests\CreateWindowsOneTimeSUCWithDefaults.json"> |
209 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
210 |
| - </Content> |
211 |
| - <Content Include="SessionRecords\Commands.Automation.Test.UpdateManagementTests\DeleteSUC.json"> |
212 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
213 |
| - </Content> |
214 |
| - <Content Include="SessionRecords\Commands.Automation.Test.UpdateManagementTests\GetAllMachineRuns.json"> |
215 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
216 |
| - </Content> |
217 |
| - <Content Include="SessionRecords\Commands.Automation.Test.UpdateManagementTests\GetAllMachineRunsWithFilters.json"> |
218 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
219 |
| - </Content> |
220 |
| - <Content Include="SessionRecords\Commands.Automation.Test.UpdateManagementTests\GetAllMachineRunsWithFiltersNoResults.json"> |
221 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
222 |
| - </Content> |
223 |
| - <Content Include="SessionRecords\Commands.Automation.Test.UpdateManagementTests\GetAllRuns.json"> |
224 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
225 |
| - </Content> |
226 |
| - <Content Include="SessionRecords\Commands.Automation.Test.UpdateManagementTests\GetAllRunsWithFilters.json"> |
227 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
228 |
| - </Content> |
229 |
| - <Content Include="SessionRecords\Commands.Automation.Test.UpdateManagementTests\GetAllRunsWithFiltersNoResults.json"> |
230 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
231 |
| - </Content> |
232 |
| - <Content Include="SessionRecords\Commands.Automation.Test.UpdateManagementTests\GetAllSUCs.json"> |
233 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
234 |
| - </Content> |
235 |
| - <Content Include="SessionRecords\Commands.Automation.Test.UpdateManagementTests\GetAllSUCsForVM.json"> |
236 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
237 |
| - </Content> |
238 |
| - <None Include="SessionRecords\Commands.Automation.Test.RunbookJobTests\TestCreateRunbookGraph.json"> |
239 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
240 |
| - </None> |
241 |
| - <None Include="SessionRecords\Commands.Automation.Test.RunbookJobTests\TestImportAndDeleteRunbookGraphical.json"> |
242 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
243 |
| - </None> |
244 |
| - <None Include="SessionRecords\Commands.Automation.Test.RunbookJobTests\TestImportRunbookPowerShell.json"> |
| 145 | + </None> |
| 146 | + <None Include="ScenarioTests\Resources\*.*"> |
245 | 147 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
246 | 148 | </None>
|
247 | 149 | </ItemGroup>
|
|
0 commit comments