File tree 2 files changed +3
-3
lines changed
src/Azure.Functions.Cli/StaticResources
test/Azure.Functions.Cli.Tests/E2E
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk="Microsoft.NET.Sdk">
2
2
<PropertyGroup>
3
- <TargetFramework>netcoreapp3.1 </TargetFramework>
3
+ <TargetFramework>net6.0 </TargetFramework>
4
4
<WarningsAsErrors></WarningsAsErrors>
5
5
<DefaultItemExcludes>**</DefaultItemExcludes>
6
6
</PropertyGroup>
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ public Task init_with_worker_runtime(string workerRuntime)
45
45
46
46
return CliTester . Run ( new RunConfiguration
47
47
{
48
- Commands = new [ ] { $ "init . --worker-runtime { workerRuntime } " } ,
48
+ Commands = new [ ] { $ "init . --worker-runtime { workerRuntime } --skip-npm-install " } ,
49
49
CheckFiles = files . ToArray ( ) ,
50
50
OutputContains = new [ ]
51
51
{
@@ -543,7 +543,7 @@ public Task javascript_adds_packagejson()
543
543
{
544
544
return CliTester . Run ( new RunConfiguration
545
545
{
546
- Commands = new [ ] { "init . --worker-runtime node" } ,
546
+ Commands = new [ ] { "init . --worker-runtime node --skip-npm-install " } ,
547
547
CheckFiles = new FileResult [ ]
548
548
{
549
549
new FileResult
You can’t perform that action at this time.
0 commit comments