File tree Expand file tree Collapse file tree 2 files changed +12
-45
lines changed Expand file tree Collapse file tree 2 files changed +12
-45
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<TargetFramework >netcoreapp2.1</TargetFramework >
5
5
<Configurations >Debug;Release;CodeCoverage</Configurations >
6
- <NuspecFile >../ProcessMyMedia.nuspec</NuspecFile >
6
+ </PropertyGroup >
7
+ <PropertyGroup >
8
+ <GeneratePackageOnBuild >false</GeneratePackageOnBuild >
9
+ <Authors >Process My Media</Authors >
10
+ <Product >Process My Media</Product >
11
+ <Copyright >Copyright Process My Media</Copyright >
12
+ <PackageProjectUrl >https://github.com/using-system/ProcessMyMedia</PackageProjectUrl >
13
+ <RepositoryUrl >https://github.com/using-system/ProcessMyMedia</RepositoryUrl >
14
+ <RepositoryType >git</RepositoryType >
15
+ <PackageLicenseUrl >https://github.com/using-system/ProcessMyMedia/blob/master/LICENSE</PackageLicenseUrl >
16
+ <Description >Build your Azure Media Services workflow (V3 API version) and Azure Data Factory (V2 API version) in .NET Core.</Description >
17
+ <PackageTags >azure azure-media-services dotnet-core dotnet-core2 azure-storage azure-data-factory</PackageTags >
7
18
</PropertyGroup >
8
19
9
20
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='CodeCoverage|AnyCPU'" >
You can’t perform that action at this time.
0 commit comments