Skip to content

Commit

Permalink
Merge pull request #1 from ajupov/remove-nuget-1
Browse files Browse the repository at this point in the history
Remove install nuget
  • Loading branch information
ajupov authored Jan 2, 2020
2 parents 5f8a4a6 + 93acd95 commit 9a57230
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/create_nuget_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ jobs:
- name: Generate package
run: dotnet pack --configuration Release

- name: Install nuget
run: sudo apt install nuget

- name: Push package
run: |
for package in ./bin/Release/*.nupkg
Expand Down
2 changes: 1 addition & 1 deletion Ajupov.Infrastructure.All.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<PackageVersion>1.2.5</PackageVersion>
<PackageVersion>1.2.6</PackageVersion>
<Authors>U. Ajupov</Authors>
</PropertyGroup>
<ItemGroup>
Expand Down

0 comments on commit 9a57230

Please sign in to comment.