Skip to content

Commit 095d33b

Browse files
committed
Update nuspec + copyright
1 parent 29b4b03 commit 095d33b

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
bin
22
obj
3+
out
34
csx
45
.vs
56
edge

eng/Directory.Build.Common.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<Company>Microsoft Corporation</Company>
1111
<Authors>Microsoft</Authors>
1212
<Title>Azure Functions CLI</Title>
13-
<Copyright.NET Foundation. All rights reserved.</Copyright>
13+
<CopyrightMicrosoft Corporation. All rights reserved.</Copyright>
1414
<PackageLicenseUrl>http://www.microsoft.com/web/webpi/eula/aspnetcomponent_rtw_enu.htm</PackageLicenseUrl>
1515
<RepositoryUrl>https://github.com/Azure/azure-functions-core-tools</RepositoryUrl>
1616
<RepositoryType>git</RepositoryType>

src/Cli/func/Azure.Functions.Cli.nuspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ Licensed under the MIT license. See LICENSE file in the project root for full li
1919
<tags>azure,functions,azure-function,core-tools,cli</tags>
2020
</metadata>
2121
<files>
22-
<file src=".\bin\$configuration$\$targetFramework$\publish\tools\python\packapp\__main__.py" target="content" />
23-
<file src=".\bin\$configuration$\$targetFramework$\publish\tools\python\packapp\__main__.py" target="contentFiles\any\$targetFramework$" />
24-
<file src=".\bin\$configuration$\$targetFramework$\publish\**\*" target="tools\$targetFramework$\any" />
22+
<file src="$(RepoRoot)out\pub\Azure.Functions.Cli\$configuration$_$targetFramework$\tools\python\packapp\__main__.py" target="content" />
23+
<file src="$(RepoRoot)out\pub\Azure.Functions.Cli\$configuration$_$targetFramework$\tools\python\packapp\__main__.py" target="contentFiles\any\$targetFramework$" />
24+
<file src="$(RepoRoot)out\pub\Azure.Functions.Cli\$configuration$_$targetFramework$\**\*" target="tools\$targetFramework$\any" />
2525
</files>
2626
</package>

0 commit comments

Comments
 (0)