Skip to content

Commit

Permalink
Merge branch 'dev/andrha/feature_flag_testing' of https://github.com/…
Browse files Browse the repository at this point in the history
…dotnet/razor into dev/andrha/feature_flag_testing
  • Loading branch information
ryzngard committed Mar 29, 2024
2 parents 5568eb5 + fd8decb commit 2edb81d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions eng/pipelines/test-integration-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,10 @@ steps:
-devenvExepath C:\\Test\\VisualStudio\\Common7\\IDE\\devenv.exe
displayName: Create and Verify hive

- powershell: echo "Feature flag is -> $(FeatureFlag)";
eng\scripts\featurflag.ps1
- powershell: eng\scripts\featurflag.ps1
-set
-enable
-flag "$(FeatureFlag)"
-hive RoslynDev
displayName: Set Feature Flags
condition: and(succeeded(), ne(variables['FeatureFlag'], ''))

Expand Down

0 comments on commit 2edb81d

Please sign in to comment.