File tree Expand file tree Collapse file tree 2 files changed +16
-7
lines changed Expand file tree Collapse file tree 2 files changed +16
-7
lines changed Original file line number Diff line number Diff line change 1
1
bin
2
2
obj
3
+ out
3
4
csx
4
5
.vs
6
+ .vscode
7
+ .DS_Store
5
8
edge
6
9
Publish
7
10
@@ -11,16 +14,21 @@ Publish
11
14
* .Cache
12
15
msbuild.log
13
16
package-lock.json
14
- .DS_Store
17
+ ** /Properties /launchSettings.json
18
+ ** /project.assets.json
15
19
16
20
/packages
17
- /TestResults
21
+ tools /ExtensionsMetadataGenerator /packages
22
+ TestResults /
18
23
19
24
/tools /NuGet.exe
20
25
/node_modules
21
26
/.output
27
+ /buildoutput
28
+ /tools /ExtensionsMetadataGenerator /src /ExtensionsMetadataGenerator /runtimeassemblies.txt
29
+ /tools /ExtensionsMetadataGenerator /test /ExtensionsMetadataGeneratorTests /runtimeAssemblies.txt
22
30
23
- src / WebJobs.Script.WebHost / Properties / launchSettings .json
24
-
25
- # ignore generated grpc code from core branch
26
- src / WebJobs.Script.Grpc / Messages
31
+ local.settings .json
32
+ * .binlog
33
+ pp.xml
34
+ BenchmarkDotNet.Artifacts /
Original file line number Diff line number Diff line change 105
105
</Target >
106
106
107
107
<Target Name =" DownloadRuntimeNugetClient" >
108
+ <!-- v3.5.0 is the current nuget.exe version deployed with functions v1. Keeping it at that version to minimize churn. -->
108
109
<Message Text =" Downloading runtime NuGet client..." Importance =" Normal" />
109
- <DownloadNuGet OutputFileName =" $(FunctionsSiteExtensionPath)\bin\tools\nuget.exe" MinimumVersion =" 3.3.0" DownloadUrl =" https://azfunc.blob.core.windows.net/public/ nuget.exe" />
110
+ <DownloadNuGet OutputFileName =" $(FunctionsSiteExtensionPath)\bin\tools\nuget.exe" MinimumVersion =" 3.3.0" DownloadUrl =" https://dist.nuget.org/win-x86-commandline/v3.5.0/ nuget.exe" />
110
111
</Target >
111
112
112
113
<Target Name =" PackageScriptHost" DependsOnTargets =" Build;DownloadRuntimeNugetClient" >
You can’t perform that action at this time.
0 commit comments