Skip to content
This repository has been archived by the owner on Sep 14, 2021. It is now read-only.

Commit

Permalink
Modifying SimpleNMA.nuspec for TeamCity
Browse files Browse the repository at this point in the history
  • Loading branch information
Nonobis committed Dec 30, 2016
1 parent f464c92 commit b6b98fe
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 9 deletions.
9 changes: 4 additions & 5 deletions SimpleNMA/SimpleNMA.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,15 @@
-->

<metadata>
<!-- This will use the AssemblyName -->
<id>$id$</id>
<!-- This will use the AssemblyVersion -->
<version>$version$</version>
<id>SimpleNMA</id>
<version>0.0.0.3</version>
<title>SimpleNMA</title>
<description>Simple Nuget to send notification to NotifyMyAndroid.</description>
<authors>Arnaud Dartois</authors>
<owners>Arnaud Dartois</owners>
<projectUrl>http://github.com/Nonobis/SimpleNMA</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<releaseNotes>Attempt at automating nuget generation/publication with TeamCity.</releaseNotes>
<releaseNotes>Modifying SimpleNMA.nuspec for TeamCity</releaseNotes>
<copyright>Copyright, Arnaud Dartois 2016</copyright>
<tags>NMA Notification NotifyMyAndroid Library Android</tags>
<dependencies>
Expand Down
13 changes: 9 additions & 4 deletions SimpleNMATest/SimpleNMATest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="SimpleExtension, Version=0.0.0.18, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\SimpleExtension.0.0.0.18\lib\net452\SimpleExtension.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="SimpleNMA, Version=0.0.0.2, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\SimpleNMA.0.0.0.2\lib\net452\SimpleNMA.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
</ItemGroup>
<Choose>
Expand All @@ -54,10 +62,7 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\SimpleNMA\SimpleNMA.csproj">
<Project>{edeacba9-801b-4466-afae-f5db8c41b907}</Project>
<Name>SimpleNMA</Name>
</ProjectReference>
<None Include="packages.config" />
</ItemGroup>
<Choose>
<When Condition="'$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'">
Expand Down
5 changes: 5 additions & 0 deletions SimpleNMATest/packages.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="SimpleExtension" version="0.0.0.18" targetFramework="net452" />
<package id="SimpleNMA" version="0.0.0.2" targetFramework="net452" />
</packages>

0 comments on commit b6b98fe

Please sign in to comment.