Skip to content

Commit

Permalink
Added support for Nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
WaelHamze committed Apr 19, 2017
1 parent 045c95e commit 5422f7a
Show file tree
Hide file tree
Showing 18 changed files with 33 additions and 401 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Xrm.Framework.CI.PowerShell.Cmdlets")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyDescription("Dynamics 365 PowerShell Cmdlets to support automation of common build and deployment tasks")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyCompany("WaelHamze")]
[assembly: AssemblyProduct("Xrm.Framework.CI.PowerShell.Cmdlets")]
[assembly: AssemblyCopyright("Copyright © 2016")]
[assembly: AssemblyCopyright("Copyright © 2017 WaelHamze")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("8.0.13.0")]
[assembly: AssemblyFileVersion("8.0.13.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
<None Include="bin\coretools\CrmSvcUtil.exe.config" />
<None Include="bin\coretools\LicenseTerms.docx" />
<None Include="packages.config" />
<None Include="Xrm.Framework.CI.PowerShell.Cmdlets.nuspec" />
</ItemGroup>
<ItemGroup>
<Content Include="bin\coretools\CrmSvcUtil.exe" />
Expand All @@ -110,15 +111,15 @@
<Content Include="bin\coretools\Microsoft.Xrm.Tooling.CrmConnectControl.dll" />
<Content Include="bin\coretools\Other Redistributable.txt" />
<Content Include="bin\coretools\SolutionPackager.exe" />
<Content Include="readme.txt" />
</ItemGroup>
<ItemGroup>
<Folder Include="bin\Debug\" />
<Folder Include="bin\Release\" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>
</PostBuildEvent>
<PostBuildEvent>NuGet.exe pack -sym $(ProjectDir)$(ProjectFileName) -Prop Configuration=$(ConfigurationName)</PostBuildEvent>
</PropertyGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?xml version="1.0"?>
<package >
<metadata>
<id>XrmCIFramework</id>
<version>$version$</version>
<title>Xrm CI Framework</title>
<authors>Wael Hamze</authors>
<owners>WaelHamze</owners>
<licenseUrl>https://github.com/WaelHamze/xrm-ci-framework/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/WaelHamze/xrm-ci-framework</projectUrl>
<iconUrl>https://raw.githubusercontent.com/WaelHamze/xrm-ci-framework/master/CRM365/Xrm.Framework.CI/Xrm.Framework.CI.VSTS.BuildTasks/Extension/icon_128x128.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Dynamics 365 PowerShell Cmdlets to support automation of common build and deployment tasks</description>
<releaseNotes>https://github.com/WaelHamze/xrm-ci-framework/commits/master</releaseNotes>
<copyright>Copyright 2017 WaelHamze</copyright>
<tags>msdyn365 dynamics crm xrm 365 powershell ci cd devops build deployment automation continuous integration delivery deployment release cmdlet</tags>
</metadata>
<files>
<file src="readme.txt" target="" />
</files>
</package>
Binary file not shown.

This file was deleted.

Loading

0 comments on commit 5422f7a

Please sign in to comment.