Skip to content

Commit

Permalink
Update aspnetcore.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
samsmithnz committed Mar 17, 2021
1 parent b3d3128 commit 8d52fb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/aspnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:

# Run functional tests on staging slots
- name: Functional Tests
if: 0 == 1
if: 1 == 1
run: |
$vsTestConsoleExe = "C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Enterprise\\Common7\\IDE\\Extensions\\TestPlatform\\vstest.console.exe"
$targetTestDll = "functionaltests\FeatureFlags.FunctionalTests.dll"
Expand Down

0 comments on commit 8d52fb7

Please sign in to comment.