Skip to content

Commit

Permalink
print work dir content
Browse files Browse the repository at this point in the history
  • Loading branch information
ManfredLange committed Sep 21, 2023
1 parent f467074 commit 859e8ea
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
- name: Build
run: dotnet build --configuration Release --no-restore

- name: Test (this will run for several minutes)
run: dotnet test --configuration Release --no-restore --no-build --verbosity normal
# - name: Test (this will run for several minutes)
# run: dotnet test --configuration Release --no-restore --no-build --verbosity normal

deploy:
needs:
Expand All @@ -53,4 +53,7 @@ jobs:
# if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' && github.event.head_commit.modified || contains('Directory.Build.props') }}
steps:
- name: Publish NuGet package
run: dotnet nuget push Faker/bin/Release/RimuTec.Faker.*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
run: |
pwd
ls -la
dotnet nuget push Faker/bin/Release/RimuTec.Faker.*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
incrementing the minor version will do. [Manfred, 19sep2023] -->
<Project>
<PropertyGroup>
<Version>1.12.1</Version>
<Version>1.12.0</Version>
</PropertyGroup>
</Project>

0 comments on commit 859e8ea

Please sign in to comment.