File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
src/ServiceManagement/Common/Commands.ScenarioTest/Resources/ServiceManagement Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -717,9 +717,10 @@ Tests Move-AzureVirtualNetwork with Prepare and Commit
717
717
function Test-MigrateAzureVNet
718
718
{
719
719
# Setup
720
+ $TestOutputRoot = [System.AppDomain ]::CurrentDomain.BaseDirectory;
720
721
$location = Get-DefaultLocation
721
722
$affName = " WestUsAffinityGroup" ;
722
- $vnetConfigPath = " . \Resources\ServiceManagement\Files\vnetconfig.netcfg" ;
723
+ $vnetConfigPath = " $TestOutputRoot \Resources\ServiceManagement\Files\vnetconfig.netcfg" ;
723
724
$vnetName = " NewVNet1" ;
724
725
725
726
# Test
@@ -747,9 +748,10 @@ Tests Move-AzureVirtualNetwork with Prepare and Abort
747
748
function Test-MigrationAbortAzureVNet
748
749
{
749
750
# Setup
751
+ $TestOutputRoot = [System.AppDomain ]::CurrentDomain.BaseDirectory;
750
752
$location = Get-DefaultLocation
751
753
$affName = " WestUsAffinityGroup" ;
752
- $vnetConfigPath = " . \Resources\ServiceManagement\Files\vnetconfig.netcfg" ;
754
+ $vnetConfigPath = " $TestOutputRoot \Resources\ServiceManagement\Files\vnetconfig.netcfg" ;
753
755
$vnetName = " NewVNet1" ;
754
756
755
757
# Test
You can’t perform that action at this time.
0 commit comments