Skip to content

Commit

Permalink
change order
Browse files Browse the repository at this point in the history
  • Loading branch information
EyalDelarea committed Nov 21, 2024
1 parent 56c1493 commit 5036989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuget_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,9 @@ func testNugetCmd(t *testing.T, projectPath, buildName, buildNumber string, expe
chdirCallback := clientTestUtils.ChangeDirWithCallback(t, wd, projectPath)
defer chdirCallback()

allowInsecureConnectionForTests(projectType, &args)
args = append(args, "--build-name="+buildName, "--build-number="+buildNumber)

allowInsecureConnectionForTests(projectType, &args)
err = runNuGet(t, args...)
if err != nil {
return
Expand Down

0 comments on commit 5036989

Please sign in to comment.