Skip to content

Commit 1d51dbf

Browse files
committed
remove system access token as well
1 parent 542fac1 commit 1d51dbf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Tests/msbuild.Integration.Tests/GivenDotnetInvokesMSBuild.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ public void When_dotnet_command_invokes_msbuild_with_diag_verbosity_Then_arg_is_
7272
var cmd = new DotnetCommand(Log)
7373
.WithWorkingDirectory(testInstance.Path)
7474
.WithEnvironmentVariable("HelixAccessToken", "")
75+
.WithEnvironmentVariable("SYSTEM_ACCESSTOKEN", "")
7576
.Execute(command, "-v", "diag");
7677

7778
cmd.Should().Pass();

0 commit comments

Comments
 (0)