File tree Expand file tree Collapse file tree 8 files changed +23
-13
lines changed
NerdBank.GitVersioning.Tests
Nerdbank.GitVersioning.NuGet
Nerdbank.GitVersioning.Tasks Expand file tree Collapse file tree 8 files changed +23
-13
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ on_success:
3232- ps : >-
3333 if ($env:NuGetApiKey -and $env:APPVEYOR_REPO_TAG_NAME -match "^v\d") {
3434 Write-Output "Publishing release packages to nuget.org due to pushed tag $env:APPVEYOR_REPO_TAG_NAME"
35- Get-ChildItem bin\Release\*.nupkg -exclude *.symbols.nupkg |% {
35+ Get-ChildItem bin\Release\Nerdbank.GitVersioning.NuGet\ *.nupkg -exclude *.symbols.nupkg |% {
3636 nuget push $_ -ApiKey $env:NuGetApiKey
3737 }
3838 }
Original file line number Diff line number Diff line change 1919 <DebugSymbols >true</DebugSymbols >
2020 <DebugType >full</DebugType >
2121 <Optimize >false</Optimize >
22- <OutputPath >..\..\ bin\Debug\</OutputPath >
22+ <OutputPath >bin\Debug\</OutputPath >
2323 <DefineConstants >DEBUG;TRACE</DefineConstants >
2424 <ErrorReport >prompt</ErrorReport >
2525 <WarningLevel >4</WarningLevel >
2626 </PropertyGroup >
2727 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
2828 <DebugType >pdbonly</DebugType >
2929 <Optimize >true</Optimize >
30- <OutputPath >..\..\ bin\Release\</OutputPath >
30+ <OutputPath >bin\Release\</OutputPath >
3131 <DefineConstants >TRACE</DefineConstants >
3232 <ErrorReport >prompt</ErrorReport >
3333 <WarningLevel >4</WarningLevel >
Original file line number Diff line number Diff line change 1111 "xunit.runner.visualstudio" : " 2.1.0"
1212 },
1313 "frameworks" : {
14- ".NETFramework,Version=v4.5.2 " : {}
14+ "net452 " : {}
1515 },
1616 "runtimes" : {
1717 "win" : {}
Original file line number Diff line number Diff line change 1717 <DebugSymbols >true</DebugSymbols >
1818 <DebugType >full</DebugType >
1919 <Optimize >false</Optimize >
20- <OutputPath >..\..\ bin\Debug\</OutputPath >
20+ <OutputPath >bin\Debug\</OutputPath >
2121 <DefineConstants >DEBUG;TRACE</DefineConstants >
2222 <ErrorReport >prompt</ErrorReport >
2323 <WarningLevel >4</WarningLevel >
24- <DocumentationFile >..\..\ bin\Debug\Nerdbank.GitVersioning.xml</DocumentationFile >
24+ <DocumentationFile >bin\Debug\Nerdbank.GitVersioning.xml</DocumentationFile >
2525 </PropertyGroup >
2626 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
2727 <DebugType >pdbonly</DebugType >
2828 <Optimize >true</Optimize >
29- <OutputPath >..\..\ bin\Release\</OutputPath >
29+ <OutputPath >bin\Release\</OutputPath >
3030 <DefineConstants >TRACE</DefineConstants >
3131 <ErrorReport >prompt</ErrorReport >
3232 <WarningLevel >4</WarningLevel >
33- <DocumentationFile >..\..\ bin\Release\Nerdbank.GitVersioning.xml</DocumentationFile >
33+ <DocumentationFile >bin\Release\Nerdbank.GitVersioning.xml</DocumentationFile >
3434 </PropertyGroup >
3535 <ItemGroup >
3636 <Reference Include =" System" />
Original file line number Diff line number Diff line change 1313 "version" : " 0.11.14-beta" ,
1414 "suppressParent" : " none"
1515 },
16+ "ReadOnlySourceTree" : {
17+ "version" : " 0.1.37-beta" ,
18+ "suppressParent" : " none"
19+ },
1620 "Validation" : " 2.0.6.15003"
1721 },
1822 "frameworks" : {
Original file line number Diff line number Diff line change 5050 <ItemGroup >
5151 <None Include =" project.json" />
5252 </ItemGroup >
53- <Target Name =" PackageLibGit2SharpNativeBinaries" BeforeTargets =" ConvertItems" >
53+ <Target Name =" PackageLibGit2SharpNativeBinaries" BeforeTargets =" ConvertItems;GetCopyToOutputDirectoryItems " >
5454 <ItemGroup >
5555 <!-- Adapt the copy behavior -->
56- <Content Include =" @(None)" Condition =" '%(None.CopyToOutputDirectory)' == 'PreserveNewest' " >
57- <Link >build\%(None.Link)</Link >
56+ <NoneToContentPort Include =" @(None)" Condition =" '%(None.CopyToOutputDirectory)' == 'PreserveNewest' " />
57+ <None Remove =" @(NoneToContentPort)" />
58+ <Content Include =" @(NoneToContentPort)" >
59+ <Link >build\%(NoneToContentPort.Link)</Link >
5860 <CopyToOutputDirectory />
5961 <PackageDirectory >build</PackageDirectory >
6062 </Content >
Original file line number Diff line number Diff line change 88 "version" : " 1.5.46" ,
99 "suppressParent" : " none"
1010 },
11+ "ReadOnlySourceTree" : {
12+ "version" : " 0.1.37-beta" ,
13+ "suppressParent" : " none"
14+ },
1115 "NuProj" : " 0.11.14-beta"
1216 },
1317 "runtimes" : {
Original file line number Diff line number Diff line change 1717 <DebugSymbols >true</DebugSymbols >
1818 <DebugType >full</DebugType >
1919 <Optimize >false</Optimize >
20- <OutputPath >..\..\ bin\Debug\</OutputPath >
20+ <OutputPath >bin\Debug\</OutputPath >
2121 <DefineConstants >DEBUG;TRACE</DefineConstants >
2222 <ErrorReport >prompt</ErrorReport >
2323 <WarningLevel >4</WarningLevel >
2424 </PropertyGroup >
2525 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
2626 <DebugType >pdbonly</DebugType >
2727 <Optimize >true</Optimize >
28- <OutputPath >..\..\ bin\Release\</OutputPath >
28+ <OutputPath >bin\Release\</OutputPath >
2929 <DefineConstants >TRACE</DefineConstants >
3030 <ErrorReport >prompt</ErrorReport >
3131 <WarningLevel >4</WarningLevel >
You can’t perform that action at this time.
0 commit comments