Skip to content

Commit

Permalink
Packing updates
Browse files Browse the repository at this point in the history
  • Loading branch information
xinchen10 committed Nov 15, 2021
1 parent f56e0b4 commit bfb8928
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
13 changes: 9 additions & 4 deletions build/Microsoft.Azure.Amqp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,23 @@
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<projectUrl>https://github.com/Azure/azure-amqp</projectUrl>
<licenseUrl>https://github.com/Azure/azure-amqp/blob/master/LICENSE.txt</licenseUrl>
<license type="expression">MIT</license>
<description>Package for Azure AMQP</description>
<iconUrl>http://go.microsoft.com/fwlink/?LinkID=288890</iconUrl>
<icon>images\icon.png</icon>
<language>en-US</language>
<dependencies>
<group targetFramework="net45" />
<group targetFramework="netstandard1.3">
<dependency id="System.Runtime.Serialization.Primitives" version="4.1.1" />
<dependency id="System.Net.WebSockets.Client" version="4.0.2" />
</group>
</dependencies>
<group targetFramework="netstandard2.0" />
<group targetFramework="uap10.0" />
<group targetFramework="monoandroid" />
</dependencies>
</metadata>
<files>
<file src="$InputDirectory$\lib\**" target="lib"/>
<file src="$InputDirectory$\images\**" target="images"/>
<file src="$InputDirectory$\lib\**" target="lib"/>
</files>
</package>
1 change: 1 addition & 0 deletions build/build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ goto :eof
set dest-path=%1
rd /s /q "%dest-path%"
mkdir "%dest-path%"
xcopy "%build-root%\icon.png" "%dest-path%\images\" /F
xcopy "%build-root%\Microsoft.Azure.Amqp\bin\%build-config%\net45\Microsoft.Azure.Amqp.dll" "%dest-path%\lib\net45\" /F
xcopy "%build-root%\Microsoft.Azure.Amqp\bin\%build-config%\net45\Microsoft.Azure.Amqp.xml" "%dest-path%\lib\net45\" /F
xcopy "%build-root%\Microsoft.Azure.Amqp\bin\%build-config%\netstandard1.3\Microsoft.Azure.Amqp.dll" "%dest-path%\lib\netstandard1.3\" /F
Expand Down
Binary file added icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bfb8928

Please sign in to comment.