Skip to content

Commit

Permalink
Disable nuget build while in submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
RudyTheDev committed Aug 4, 2022
1 parent 4d87cf0 commit a5b3478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ExifLibrary/ExifLibrary.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
<Description>Exif metadata modification library.</Description>
<PackageProjectUrl>https://github.com/oozcitak/exiflibrary</PackageProjectUrl>
<PackageTags>exif;jpeg;image</PackageTags>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageIconUrl>https://github.com/oozcitak/exiflibrary/raw/master/ExifLibrary/exiflibrary_64.png</PackageIconUrl>
<RepositoryUrl>https://github.com/oozcitak/exiflibrary</RepositoryUrl>
<PackageLicenseUrl>https://raw.githubusercontent.com/oozcitak/exiflibrary/master/LICENSE</PackageLicenseUrl>
<IsPackable>false</IsPackable>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down

0 comments on commit a5b3478

Please sign in to comment.