File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -193,14 +193,14 @@ getAsyncGeneratorPath(){
193
193
cd Tools
194
194
195
195
async_generator_version=" $( cat packages.csproj | grep Include=\" CSharpAsyncGenerator.CommandLine | cut -d\" -f4) "
196
- async_generator_path=" Tools/ csharpasyncgenerator.commandline/$async_generator_version /tools"
196
+ async_generator_path=" csharpasyncgenerator.commandline/$async_generator_version /tools"
197
197
198
198
if [ ! -d $async_generator_path ]
199
199
then
200
- dotnet restore " ./packages.csproj"
200
+ dotnet restore " ./packages.csproj" --packages .
201
201
fi
202
202
203
- async_generator_path=" $async_generator_path /netcoreapp2.1/AsyncGenerator.CommandLine.dll"
203
+ async_generator_path=" Tools/ $async_generator_path /netcoreapp2.1/AsyncGenerator.CommandLine.dll"
204
204
cd ..
205
205
}
206
206
Original file line number Diff line number Diff line change 4
4
csharpasyncgenerator.commandline /
5
5
gitreleasemanager /
6
6
SQLitePCLRaw.core. *
7
- obj /
7
+ obj /
8
+ microsoft. *
You can’t perform that action at this time.
0 commit comments