File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 - name : Setup .NET Core
2121 uses : actions/setup-dotnet@v1
2222 with :
23- dotnet-version : ' 8 .0.x'
23+ dotnet-version : ' 9 .0.x'
2424 include-prerelease : true
2525 - name : Build
2626 run : dotnet build -c ${{env.configuration}} -p:Version=${{env.version}}
Original file line number Diff line number Diff line change 1616- task : UseDotNet@2
1717 inputs :
1818 packageType : ' sdk'
19- version : ' 8 .x'
19+ version : ' 9 .x'
2020- script : dotnet build -c $(buildConfiguration) -p:Version=$(version),VersionSuffix=$(versionsuffix)
2121 displayName : ' dotnet build $(buildConfiguration)'
2222- task : PublishBuildArtifacts@1
Original file line number Diff line number Diff line change 2424 <BuildPluginTaskAssembly >$(_BuildPluginTmp)$(BuildPlugin).dll</BuildPluginTaskAssembly >
2525 </PropertyGroup >
2626
27- <!-- ensure PeachPied.WordPress.Build.Plugin us built -->
27+ <!-- ensure PeachPied.WordPress.Build.Plugin is built -->
2828 <Target Name =" BuildPluginTaskAssembly" BeforeTargets =" CopyBuildPluginTaskAssembly" >
2929 <MSBuild Projects =" $(MSBuildThisFileDirectory)../$(BuildPlugin)/$(BuildPlugin).csproj" Targets =" Restore" Properties =" TargetFramework=$(BuildPluginFramework)" />
3030 <MSBuild Projects =" $(MSBuildThisFileDirectory)../$(BuildPlugin)/$(BuildPlugin).csproj" Targets =" Publish" Properties =" TargetFramework=$(BuildPluginFramework);IsPackable=false;" />
You can’t perform that action at this time.
0 commit comments