We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb03bae commit 547cf46Copy full SHA for 547cf46
Tools/.gitignore
@@ -1,8 +1,7 @@
1
nuget.exe
2
-NUnit.*
+nunit.*
3
vswhere/
4
csharpasyncgenerator.commandline/
5
gitreleasemanager/
6
-SQLitePCLRaw.core.*
7
obj/
8
microsoft.*
default.build
@@ -65,7 +65,7 @@
65
<target name="find-async-generator-console">
66
<property name="tool.id" value="CSharpAsyncGenerator.CommandLine" />
67
<call target="get-tool-info" />
68
- <property name="async-generator-console" value="${tool.path}/tools/netcoreapp2.1/AsyncGenerator.CommandLine.dll" />
+ <property name="async-generator-console" value="${tool.path}tools/netcoreapp2.1/AsyncGenerator.CommandLine.dll" />
69
</target>
70
71
<target name="generate-async" depends="solution-restore find-async-generator-console">
0 commit comments