File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 19
19
<PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.0" />
20
20
</ItemGroup >
21
21
<PropertyGroup >
22
- <!-- <ScenarioTestToolsPath>$(MSBuildThisFileDirectory)..\src\packages\Microsoft.Azure.PowerShell.ScenarioTest.ResourceManager.1.0.93-preview\tools\</ScenarioTestToolsPath> -->
23
- <ScenarioTestToolsPath >$(MSBuildThisFileDirectory)..\src\ResourceManager\Common\Commands.ScenarioTests.ResourceManager.Common\</ScenarioTestToolsPath >
22
+ <ScenarioTestToolsPath >$(NugetPackageRoot)microsoft.azure.powershell.scenariotest.resourcemanager\1.0.93-preview\tools\</ScenarioTestToolsPath >
24
23
</PropertyGroup >
25
24
<ItemGroup >
26
25
<None Include =" $(ScenarioTestToolsPath)Assert.ps1" >
Original file line number Diff line number Diff line change 26
26
<PackageReference Include =" PowerShellStandard.Library" Version =" 5.1.0-preview-06" PrivateAssets =" All" />
27
27
</ItemGroup >
28
28
<PropertyGroup >
29
- <!-- <StorageToolsPath>$(MSBuildThisFileDirectory)..\src\packages\Microsoft.Azure.PowerShell.Storage.1.0.93-preview\tools\</StorageToolsPath> -->
30
- <StorageToolsPath >$(MSBuildThisFileDirectory)..\src\Common\Commands.Common.Storage\</StorageToolsPath >
29
+ <StorageToolsPath >$(NugetPackageRoot)microsoft.azure.powershell.storage\1.0.93-preview\tools\</StorageToolsPath >
31
30
</PropertyGroup >
32
31
<ItemGroup Condition =" '$(OmitJsonPackage)' != 'true'" >
33
32
<PackageReference Include =" Newtonsoft.Json" Version =" 10.0.3" />
You can’t perform that action at this time.
0 commit comments