Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 01dd447

Browse files
committedJun 24, 2024·
correcting asyncgenerator.yml paths hopefully
1 parent 7729a58 commit 01dd447

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎Src/AsyncGenerator.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
projects:
2-
- filePath: NHibernate.Envers\NHibernate.Envers.csproj
2+
- filePath: NHibernate.Envers/NHibernate.Envers.csproj
33
targetFramework: netcoreapp2.0
44
concurrentRun: true
55
applyChanges: true
@@ -40,7 +40,7 @@ projects:
4040
registerPlugin:
4141
- type: AsyncGenerator.Core.Plugins.EmptyRegionRemover
4242
assemblyName: AsyncGenerator.Core
43-
- filePath: NHibernate.Envers.Tests\NHibernate.Envers.Tests.csproj
43+
- filePath: NHibernate.Envers.Tests/NHibernate.Envers.Tests.csproj
4444
targetFramework: net6.0
4545
concurrentRun: true
4646
applyChanges: true

0 commit comments

Comments
 (0)
Please sign in to comment.