Skip to content

Commit 547cf46

Browse files
committed
Review changes
1 parent cb03bae commit 547cf46

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Tools/.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
nuget.exe
2-
NUnit.*
2+
nunit.*
33
vswhere/
44
csharpasyncgenerator.commandline/
55
gitreleasemanager/
6-
SQLitePCLRaw.core.*
76
obj/
87
microsoft.*

default.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<target name="find-async-generator-console">
6666
<property name="tool.id" value="CSharpAsyncGenerator.CommandLine" />
6767
<call target="get-tool-info" />
68-
<property name="async-generator-console" value="${tool.path}/tools/netcoreapp2.1/AsyncGenerator.CommandLine.dll" />
68+
<property name="async-generator-console" value="${tool.path}tools/netcoreapp2.1/AsyncGenerator.CommandLine.dll" />
6969
</target>
7070

7171
<target name="generate-async" depends="solution-restore find-async-generator-console">

0 commit comments

Comments
 (0)