Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
Dapper
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tsai
Dapper
Commits
972db062
Commit
972db062
authored
Apr 20, 2017
by
m0sa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test driving
https://github.com/NuGet/Home/issues/4853
nupkg fix
parent
96110ad0
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
2 deletions
+11
-2
Directory.build.props
Directory.build.props
+3
-0
Nuget.Config
Nuget.Config
+6
-0
NuGet.Build.Tasks.Pack.4.3.0-beta1-1234.nupkg
Nugets/NuGet.Build.Tasks.Pack.4.3.0-beta1-1234.nupkg
+0
-0
build.ps1
build.ps1
+2
-2
No files found.
Directory.build.props
View file @
972db062
...
@@ -30,12 +30,15 @@
...
@@ -30,12 +30,15 @@
<ItemGroup>
<ItemGroup>
<PackageReference Include="SourceLink.Create.GitHub" Version="2.0.2" PrivateAssets="All" />
<PackageReference Include="SourceLink.Create.GitHub" Version="2.0.2" PrivateAssets="All" />
<PackageReference Include="NuGet.Build.Tasks.Pack" Version="4.3.0-beta1-1234" PrivateAssests="All" />
<DotNetCliToolReference Include="dotnet-sourcelink" Version="2.0.2" />
<DotNetCliToolReference Include="dotnet-sourcelink" Version="2.0.2" />
<DotNetCliToolReference Include="dotnet-sourcelink-git" Version="2.0.2" />
<DotNetCliToolReference Include="dotnet-sourcelink-git" Version="2.0.2" />
</ItemGroup>
</ItemGroup>
<!--
<PropertyGroup>
<PropertyGroup>
<FrameworkAssemblyPacker>$(MSBuildThisFileDirectory)\NuGet.FrameworkAssemblyPacker\bin\$(Configuration)\netstandard1.3\NuGet.FrameworkAssemblyPacker.targets</FrameworkAssemblyPacker>
<FrameworkAssemblyPacker>$(MSBuildThisFileDirectory)\NuGet.FrameworkAssemblyPacker\bin\$(Configuration)\netstandard1.3\NuGet.FrameworkAssemblyPacker.targets</FrameworkAssemblyPacker>
</PropertyGroup>
</PropertyGroup>
<Import Project="$(FrameworkAssemblyPacker)" Condition=" '$(IsPackable)' != 'false' AND Exists('$(FrameworkAssemblyPacker)')" />
<Import Project="$(FrameworkAssemblyPacker)" Condition=" '$(IsPackable)' != 'false' AND Exists('$(FrameworkAssemblyPacker)')" />
-->
</Project>
</Project>
\ No newline at end of file
Nuget.Config
0 → 100644
View file @
972db062
<?
xml
version
=
"1.0"
encoding
=
"utf-8"
?>
<
configuration
>
<
packageSources
>
<
add
key
=
"Repository"
value
=
"Nugets"
/>
</
packageSources
>
</
configuration
>
\ No newline at end of file
Nugets/NuGet.Build.Tasks.Pack.4.3.0-beta1-1234.nupkg
0 → 100644
View file @
972db062
File added
build.ps1
View file @
972db062
...
@@ -35,7 +35,7 @@ else
...
@@ -35,7 +35,7 @@ else
# Package all
# Package all
if
(
$PreReleaseSuffix
)
{
if
(
$PreReleaseSuffix
)
{
& dotnet pack -c Release -o
"
$packageOutputFolder
"
--no-build --version-suffix
"
$PreReleaseSuffix
"
& dotnet pack -c Release -o
"
$packageOutputFolder
"
--no-build --version-suffix
"
$PreReleaseSuffix
"
/p:NuGetBuildTasksPackTargets
=
"asasda"
}
else
{
}
else
{
& dotnet pack -c Release -o
"
$packageOutputFolder
"
--no-build
& dotnet pack -c Release -o
"
$packageOutputFolder
"
--no-build
/p:NuGetBuildTasksPackTargets
=
"asasda"
}
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment