Skip to content

Commit

Permalink
Changed MAC_SEALNETNATIVE to MACOS_SEALNETNATIVE
Browse files Browse the repository at this point in the history
  • Loading branch information
kimlaine committed Oct 30, 2019
1 parent 36ac12f commit 705a671
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dotnet/nuget/SEALNet.nuspec.in
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
<file src="@SEAL_LINUX_SEALNETNATIVE_PATH@" target="runtimes/linux-x64/native" />
<file src="@SEAL_MACOS_SEALNETNATIVE_PATH@" target="runtimes/osx-x64/native" />
<file src="$LINUX_SEALNETNATIVE$" target="runtimes/linux-x64/native" />
<file src="$MAC_SEALNETNATIVE$" target="runtimes/osx-x64/native" />
<file src="$MACOS_SEALNETNATIVE$" target="runtimes/osx-x64/native" />
<file src="../lib/$Configuration$/netstandard2.0/SEALNet.dll" target="lib/netstandard2.0/" />
<file src="../../LICENSE" target="LICENSE" />
<file src="../../LICENSE" target="LICENSE" />hmm
</files>
</package>
2 changes: 1 addition & 1 deletion templates/pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ steps:
command: 'pack'
packagesToPack: '$(Build.ArtifactStagingDirectory)\windows-drop\dotnet\nuget\*.nuspec'
packDestination: '$(Build.ArtifactStagingDirectory)\windows-drop\dotnet\nuget\Release'
buildProperties: 'Configuration=Release;LINUX_SEALNETNATIVE=$(Build.ArtifactStagingDirectory)\windows-drop\dotnet\lib\libsealnetnative.so;MAC_SEALNETNATIVE=$(Build.ArtifactStagingDirectory)\windows-drop\dotnet\lib\libsealnetnative.dylib'
buildProperties: 'Configuration=Release;LINUX_SEALNETNATIVE=$(Build.ArtifactStagingDirectory)\windows-drop\dotnet\lib\libsealnetnative.so;MACOS_SEALNETNATIVE=$(Build.ArtifactStagingDirectory)\windows-drop\dotnet\lib\libsealnetnative.dylib'

- task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@1
displayName: 'ESRP CodeSigning NuGet package'
Expand Down

0 comments on commit 705a671

Please sign in to comment.