add offline packages
This commit is contained in:
19
offline/packages/microsoft.build.tasks.git/8.0.0/Microsoft.Build.Tasks.Git.nuspec
vendored
Normal file
19
offline/packages/microsoft.build.tasks.git/8.0.0/Microsoft.Build.Tasks.Git.nuspec
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>Microsoft.Build.Tasks.Git</id>
|
||||
<version>8.0.0</version>
|
||||
<authors>Microsoft</authors>
|
||||
<developmentDependency>true</developmentDependency>
|
||||
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
||||
<license type="expression">MIT</license>
|
||||
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
|
||||
<icon>Icon.png</icon>
|
||||
<projectUrl>https://github.com/dotnet/sourcelink</projectUrl>
|
||||
<description>MSBuild tasks providing git repository information.</description>
|
||||
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
|
||||
<tags>MSBuild Tasks source control git</tags>
|
||||
<serviceable>true</serviceable>
|
||||
<repository type="git" url="https://github.com/dotnet/sourcelink" commit="ce7339775f8ada5b16c72a874f591c8cd5722c6b" />
|
||||
</metadata>
|
||||
</package>
|
||||
Reference in New Issue
Block a user