Skip to content

Commit 2950fcf

Browse files
Update packaging
1 parent 66095a5 commit 2950fcf

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,3 +397,4 @@ packages/
397397
_public
398398
temp/
399399
_bin
400+
release.cmd

.paket/Paket.Restore.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@
252252
</PropertyGroup>
253253

254254
<ItemGroup>
255-
<_NuspecFiles Include="$(AdjustedNuspecOutputPath)\*.$(PackageVersion).nuspec"/>
255+
<_NuspecFiles Include="$(AdjustedNuspecOutputPath)\*.nuspec"/>
256256
</ItemGroup>
257257

258258
<Exec Command='$(PaketCommand) fix-nuspecs files "@(_NuspecFiles)" project-file "$(PaketProjectFile)" ' Condition="@(_NuspecFiles) != ''" />

build.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Target.create "Pack" (fun _ ->
125125
Environment.setEnvironVar "PackageReleaseNotes" (release.Notes |> String.toLines)
126126
Environment.setEnvironVar "PackageTags" "f#, site-generator, html"
127127
Environment.setEnvironVar "PackageProjectUrl" "https://github.com/LambdaFactory/Fornax"
128-
Environment.setEnvironVar "PackageLicenseUrl" "https://raw.githubusercontent.com/LambdaFactory/Fornax/master/LICENSE.txt"
128+
Environment.setEnvironVar "PackageLicenseExpression" "MIT"
129129

130130
DotNet.pack (fun p ->
131131
{ p with

global.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
{
3+
"sdk": {
4+
"version": "2.2.401"
5+
}
6+
}

0 commit comments

Comments
 (0)