Skip to content

Commit f0daea0

Browse files
committed
Update Preview proj file
1 parent 9131640 commit f0daea0

File tree

2 files changed

+17139
-17151
lines changed

2 files changed

+17139
-17151
lines changed

src/ServiceManagement/Compute/Commands.ServiceManagement.Preview/Commands.ServiceManagement.Preview.csproj

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -352,18 +352,6 @@
352352
</ItemGroup>
353353
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
354354
<Import Project="..\..\..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets" Condition="Exists('..\..\..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" />
355-
<Target Name="BuildGenerate">
356-
<PropertyGroup>
357-
<PowerShellExe Condition=" '$(PowerShellExe)'=='' ">%WINDIR%\System32\WindowsPowerShell\v1.0\powershell.exe</PowerShellExe>
358-
<PSCodeGenScriptPath>".\Automation\RunCodeGeneration.ps1"</PSCodeGenScriptPath>
359-
<PSCodeGenTargetFolder>$(OutputPath)</PSCodeGenTargetFolder>
360-
<ClientLibraryNamesSpace>"Microsoft.WindowsAzure.Management.Compute"</ClientLibraryNamesSpace>
361-
<BaseCmdletFullName>"Microsoft.WindowsAzure.Commands.Utilities.Common.ServiceManagementBaseCmdlet"</BaseCmdletFullName>
362-
<BaseCmdletClientName>"ComputeClient"</BaseCmdletClientName>
363-
<ASMCmdletFlavor>Invoke</ASMCmdletFlavor>
364-
</PropertyGroup>
365-
<Exec Command="$(PowerShellExe) $(PSCodeGenScriptPath) $(PSCodeGenTargetFolder) $(MSBuildProjectDirectory) $(ClientLibraryNamesSpace) $(BaseCmdletFullName) $(BaseCmdletClientName) $(ASMCmdletFlavor)" />
366-
</Target>
367355
<Target Name="BuildGenerateRDFE">
368356
<PropertyGroup>
369357
<PowerShellExe Condition=" '$(PowerShellExe)'=='' ">%WINDIR%\System32\WindowsPowerShell\v1.0\powershell.exe</PowerShellExe>
@@ -379,7 +367,7 @@
379367
</PropertyGroup>
380368
<Exec Command="$(PowerShellExe) $(PSCodeGenScriptPath) $(PSCodeGenTargetFolder) $(MSBuildProjectDirectory) $(ClientLibraryNamesSpace) $(BaseCmdletFullName) $(BaseCmdletClientName) $(ASMCmdletFlavor) $(CliCmdletFlavor) $(OperationNameFilter)" />
381369
</Target>
382-
<Target Name="BuildGenerateARM">
370+
<Target Name="BuildGenerateARM" DependsOnTargets="BuildGenerateRDFE">
383371
<PropertyGroup>
384372
<PowerShellExe Condition=" '$(PowerShellExe)'=='' ">%WINDIR%\System32\WindowsPowerShell\v1.0\powershell.exe</PowerShellExe>
385373
<PSCodeGenScriptPath>".\Automation\RunCodeGeneration.ps1"</PSCodeGenScriptPath>

0 commit comments

Comments
 (0)