Skip to content

Commit

Permalink
update build scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinJump committed Jun 26, 2024
1 parent 895fcb6 commit bc7d70e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@

<NoWarn>CS0618,NU1902</NoWarn>

<SuppressNETCoreSdkPreviewMessage>true</SuppressNETCoreSdkPreviewMessage>

<PackageReleaseNotes>
<![CDATA[9.0 : Dotnet core version
- 9.1 : Net 5/6 targets
Expand All @@ -30,7 +32,7 @@
- 10.2 : Upload / Download Syncs
11.0 : Umbraco v11 release
12.0 : Umbraco v12 release
13.o : Umbraco v13 release]]>
13.0 : Umbraco v13 release]]>
</PackageReleaseNotes>

<EmbedUntrackedSources>true</EmbedUntrackedSources>
Expand Down
4 changes: 2 additions & 2 deletions dist/build-package.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ Write-Host "Config :" $env
Write-Host "Folder :" $outFolder
"----------------------------------"; ""

$sln_name = "..\uSync_13.sln";
$sln_name = "..\uSync.sln";

""; "##### Restoring project"; "--------------------------------"; ""
dotnet restore ..
dotnet restore $sln_name -noLogo

""; "##### Building project"; "--------------------------------"; ""
dotnet build $sln_name -c $env -p:Version=$fullVersion -p:ContinuousIntegrationBuild=true
Expand Down

0 comments on commit bc7d70e

Please sign in to comment.