Skip to content

Commit f6ba122

Browse files
committed
The path for the assets was incorrect. Fixed for proper casing and access to the version folder correctly.
1 parent 431e64a commit f6ba122

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/Common.Netcore.Dependencies.Test.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.0" />
2020
</ItemGroup>
2121
<PropertyGroup>
22-
<ScenarioTestToolsPath>$(NugetPackageRoot)Microsoft.Azure.PowerShell.ScenarioTest.ResourceManager.1.0.93-preview\tools\</ScenarioTestToolsPath>
22+
<ScenarioTestToolsPath>$(NugetPackageRoot)microsoft.azure.powershell.scenariotest.resourcemanager\1.0.93-preview\tools\</ScenarioTestToolsPath>
2323
</PropertyGroup>
2424
<ItemGroup>
2525
<None Include="$(ScenarioTestToolsPath)Assert.ps1">

tools/Common.Netcore.Dependencies.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<PackageReference Include="PowerShellStandard.Library" Version="5.1.0-preview-06" PrivateAssets="All" />
2727
</ItemGroup>
2828
<PropertyGroup>
29-
<StorageToolsPath>$(NugetPackageRoot)Microsoft.Azure.PowerShell.Storage.1.0.93-preview\tools\</StorageToolsPath>
29+
<StorageToolsPath>$(NugetPackageRoot)microsoft.azure.powershell.storage\1.0.93-preview\tools\</StorageToolsPath>
3030
</PropertyGroup>
3131
<ItemGroup Condition="'$(OmitJsonPackage)' != 'true'">
3232
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />

0 commit comments

Comments
 (0)