Skip to content

Commit

Permalink
Merge pull request #1205 from microsoft/main
Browse files Browse the repository at this point in the history
Drop file for osxlaunchhelper (#1204)
  • Loading branch information
WardenGnaw authored Aug 21, 2021
2 parents 9a87cf2 + 3824597 commit fbe1a96
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion eng/pipelines/steps/PublishOpenDebugAD7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ steps:
# macOS Steps since we need to harden and sign the binary.
- ${{ if startsWith(parameters.RuntimeID, 'osx-') }}:
- script:
copy ${{ parameters.SignedBinariesFolder }}\Release\vscode\osxlaunchhelper.scpt $(Build.StagingDirectory)\${{ parameters.RuntimeID }}\debugAdapters\bin\.
copy ${{ parameters.SignedBinariesFolder }}\Release\osxlaunchhelper.scpt $(Build.StagingDirectory)\${{ parameters.RuntimeID }}\debugAdapters\bin\.
displayName: "Copy osxlaunchhelper.scpt"

- template: ../tasks/PublishPipelineArtifact.yml
Expand Down
8 changes: 8 additions & 0 deletions src/MICore/MICore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
<ItemGroup Label="NuGet Packages">
<!-- NOTE: MIEngine's usage of Newtonsoft.Json's flows through public interfaces exposed by MICore (IPlatformAppLauncher). So this version needs to be within the binding redirect range used by devenv.exe (currently 4.5.0.0-9.0.0.0) -->
<PackageReference Include="Newtonsoft.Json" Version="$(Newtonsoft_Json_Version)" />
<PackageReference Include="Microsoft.VisualStudioEng.MicroBuild.Core" Version="$(Microsoft_VisualStudioEng_MicroBuild_Core_Version)" GeneratePathProperty="true" />
</ItemGroup>

<PropertyGroup>
Expand Down Expand Up @@ -89,4 +90,11 @@
</_SourceItemsToCopyToOutputDirectoryAlways>
</ItemGroup>
</Target>

<ItemGroup Label="Drop Files">
<DropUnsignedFile Include="$(OutputPath)\vscode\osxlaunchhelper.scpt" />
</ItemGroup>

<Import Project="..\..\build\DropFiles.targets" />

</Project>

0 comments on commit fbe1a96

Please sign in to comment.