Skip to content

Commit

Permalink
cleanup files
Browse files Browse the repository at this point in the history
  • Loading branch information
ManfredLange committed Sep 24, 2023
1 parent 2c34f2a commit bb057f5
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 71 deletions.
31 changes: 0 additions & 31 deletions .github/workflows/build-and-test.yml

This file was deleted.

36 changes: 0 additions & 36 deletions .github/workflows/build-test-publish-package.yml

This file was deleted.

3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
dotnet-version: 7.0.401

- name: Restore NuGet packages
- name: Restore NuGet packages (dependencies)
run: dotnet restore

- name: Build
Expand All @@ -47,6 +47,7 @@ jobs:
# - name: Test (this will run for several minutes)
# run: dotnet test --configuration Release --no-restore --no-build --verbosity normal

# I believe this step is superfluous, as the package is created in the build step:
- name: Create NuGet package
id: create-package
run: |
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/jobs-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ on:
- '.github/workflows/jobs-example.yml'

# Example from https://docs.github.com/en/actions/using-jobs/defining-outputs-for-jobs


jobs:
job1:
runs-on: ubuntu-latest
Expand Down
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.11.98</Version>
<Version>1.11.99</Version>
</PropertyGroup>
</Project>

0 comments on commit bb057f5

Please sign in to comment.