Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,14 @@ jobs:
dotnet-version: 8.0.x
- name: Create new packages
run: dotnet pack
- name: Rename example project
working-directory: ./example
run: mv Example.sln.example Example.sln
- name: Rename example.source project
working-directory: ./example/source
run: mv Source.Example.csproj.example Source.Example.csproj
working-directory: ./example/test
run: mv Test.Example.csproj.example Test.Example.csproj
- name: Restore dependencies
working-directory: ./example
run: dotnet restore
Expand Down
File renamed without changes.
Loading