Skip to content

Commit

Permalink
Revert service.proj changes
Browse files Browse the repository at this point in the history
  • Loading branch information
hallipr committed Sep 20, 2023
1 parent c301cef commit d9b639f
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions eng/service.proj
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,7 @@
Text="No Projects found with patttern [..\sdk\$(ServiceDirectory)\$(Project)\*.csproj], please make sure you have passed in the correct ServiceDirectory." />
</Target>

<PropertyGroup>
<PowerShellExe Condition="'$(PowerShellExe)' == ''">pwsh</PowerShellExe>
<EmitterNpmInstallScriptPath Condition="'$(EmitterNpmInstallScriptPath)' == ''">$(MSBuildThisFileDirectory)/common/scripts/Invoke-EmitterNpmInstall.ps1</EmitterNpmInstallScriptPath>
</PropertyGroup>

<Target Name="GenerateCode">
<Exec Condition="'$(SkipEmitterNpmInstall)' != 'true'" Command="$(PowerShellExe) -NoProfile -NonInteractive -Executionpolicy Unrestricted -File $(EmitterNpmInstallScriptPath)"/>

<CreateProperty Value="true" >
<Output TaskParameter="Value" PropertyName="SkipEmitterNpmInstall" />
</CreateProperty>

<MSBuild Projects="@(ProjectReference)"
Targets="GenerateCode"
BuildInParallel="$(BuildInParallel)"
Expand Down

0 comments on commit d9b639f

Please sign in to comment.