Skip to content

Commit

Permalink
correct parameter passing
Browse files Browse the repository at this point in the history
  • Loading branch information
surgupta-msft committed Sep 20, 2023
1 parent f2c7223 commit 8d2e309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
{
throw "UseCoreToolsBuildFromIntegrationTests can only be set to True or False. Current value is set to $env:USECORETOOLSBUILDFROMINTEGRATIONTESTS"
}
./setup-e2e-tests.ps1 -DotnetVersion 'net48' `
./setup-e2e-tests.ps1 -DotnetVersion 'netfx' `
-UseCoreToolsBuildFromIntegrationTests:$useIntegrationTestingCoreTools `
-SkipBuildOnPack
displayName: "Setup E2E tests - NetFramework"
Expand Down

0 comments on commit 8d2e309

Please sign in to comment.