Skip to content

Commit 4f2d5bf

Browse files
committed
addressing other nit comments
1 parent c97d092 commit 4f2d5bf

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

eng/ci/public-build.yml

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ pr:
1414
- release_4.0
1515
- main
1616
- in-proc
17-
- feature/*
1817

1918
trigger:
2019
batch: true

eng/ci/templates/public/jobs/build-test-public.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
steps:
1515
- pwsh: . "eng/scripts/start-emulators.ps1" -NoWait
1616
displayName: "Start emulators (NoWait)"
17+
1718
- pwsh: |
1819
$isIntegrationBuild = $false
1920
if ($env:INTEGRATIONBUILDNUMBER -like "PreRelease*-*")
@@ -46,7 +47,7 @@ jobs:
4647
eng/scripts/validateWorkerVersions.ps1
4748
displayName: 'Validate worker versions'
4849
condition: ne(variables['skipWorkerVersionValidation'], 'true')
49-
50+
5051
- pwsh: |
5152
eng/scripts/check-vulnerabilities.ps1
5253
displayName: "Check for security vulnerabilities"

test/Cli/Func.E2ETests/BaseE2ETests.cs

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ public Task InitializeAsync()
4242
Directory.CreateDirectory(WorkingDirectory);
4343
return Task.CompletedTask;
4444
}
45+
4546
public Task DisposeAsync()
4647
{
4748
try

test/Cli/Func.E2ETests/Func.E2ETests.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<ItemGroup>
4-
<PackageReference Include="FluentAssertions" />
5-
<PackageReference Include="Moq" />
4+
<PackageReference Include="FluentAssertions" />
5+
<PackageReference Include="Moq" />
66
<PackageReference Include="xunit" />
77
<PackageReference Include="xunit.runner.visualstudio" />
88
</ItemGroup>

0 commit comments

Comments
 (0)