File tree 4 files changed +5
-4
lines changed
4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 14
14
- release_4.0
15
15
- main
16
16
- in-proc
17
- - feature/*
18
17
19
18
trigger :
20
19
batch : true
Original file line number Diff line number Diff line change 14
14
steps :
15
15
- pwsh : . "eng/scripts/start-emulators.ps1" -NoWait
16
16
displayName : " Start emulators (NoWait)"
17
+
17
18
- pwsh : |
18
19
$isIntegrationBuild = $false
19
20
if ($env:INTEGRATIONBUILDNUMBER -like "PreRelease*-*")
46
47
eng/scripts/validateWorkerVersions.ps1
47
48
displayName: 'Validate worker versions'
48
49
condition: ne(variables['skipWorkerVersionValidation'], 'true')
49
-
50
+
50
51
- pwsh : |
51
52
eng/scripts/check-vulnerabilities.ps1
52
53
displayName: "Check for security vulnerabilities"
Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ public Task InitializeAsync()
42
42
Directory . CreateDirectory ( WorkingDirectory ) ;
43
43
return Task . CompletedTask ;
44
44
}
45
+
45
46
public Task DisposeAsync ( )
46
47
{
47
48
try
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<ItemGroup >
4
- <PackageReference Include =" FluentAssertions" />
5
- <PackageReference Include =" Moq" />
4
+ <PackageReference Include =" FluentAssertions" />
5
+ <PackageReference Include =" Moq" />
6
6
<PackageReference Include =" xunit" />
7
7
<PackageReference Include =" xunit.runner.visualstudio" />
8
8
</ItemGroup >
You can’t perform that action at this time.
0 commit comments