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 @@ -197,14 +197,14 @@ getAsyncGeneratorPath(){
197
197
cd Tools
198
198
199
199
async_generator_version=" $( cat packages.csproj | grep Include=\" CSharpAsyncGenerator.CommandLine | cut -d\" -f4) "
200
- async_generator_path=" Tools/ csharpasyncgenerator.commandline/$async_generator_version /tools"
200
+ async_generator_path=" csharpasyncgenerator.commandline/$async_generator_version /tools"
201
201
202
202
if [ ! -d $async_generator_path ]
203
203
then
204
- dotnet restore " ./packages.csproj"
204
+ dotnet restore " ./packages.csproj" --packages .
205
205
fi
206
206
207
- async_generator_path=" $async_generator_path /netcoreapp2.1/AsyncGenerator.CommandLine.dll"
207
+ async_generator_path=" Tools/ $async_generator_path /netcoreapp2.1/AsyncGenerator.CommandLine.dll"
208
208
cd ..
209
209
}
210
210
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