Skip to content

Commit

Permalink
抬升版本号 0.0.1-preview.10
Browse files Browse the repository at this point in the history
Signed-off-by: 舰队的偶像-岛风酱! <frg2089@outlook.com>
  • Loading branch information
frg2089 committed May 23, 2024
1 parent 4d43989 commit 50ee6a9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 17 deletions.
23 changes: 7 additions & 16 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,26 +51,17 @@ jobs:
- name: 还原
shell: pwsh
run: |-
Get-ChildItem sdk `
| Where-Object {
$PSItem -is [System.IO.DirectoryInfo]
} `
| ForEach-Object {
Write-Output "Restore $($PSItem.Name)"
dotnet restore $PSItem.FullName
}
dotnet restore
- name: 构建
shell: pwsh
run: |-
dotnet build --configuration Release --no-restore
- name: 打包
shell: pwsh
run: |-
Get-ChildItem sdk `
| Where-Object {
$PSItem -is [System.IO.DirectoryInfo]
} `
| ForEach-Object {
Write-Output "Pack $($PSItem.Name)"
dotnet pack $PSItem.FullName --configuration Release --no-restore --no-build --include-symbols --include-source
}
dotnet pack --configuration Release --no-restore --no-build --include-symbols --include-source
- name: 上传 Nuget 包
uses: actions/upload-artifact@v3.1.3
Expand Down
2 changes: 1 addition & 1 deletion build/Common.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<ShimakazeSdkTestFolder>$([MSBuild]::NormalizeDirectory('$(ShimakazeSdkRootFolder)', 'test'))</ShimakazeSdkTestFolder>
<ShimakazeSdkSlnFolder>$([MSBuild]::NormalizeDirectory('$(ShimakazeSdkRootFolder)', 'sln'))</ShimakazeSdkSlnFolder>
<MSBuildProjectNameWithoutTests>$(MSBuildProjectName.Replace('.Tests', ''))</MSBuildProjectNameWithoutTests>
<Version>0.0.1-preview.9</Version>
<Version>0.0.1-preview.10</Version>
</PropertyGroup>

</Project>

0 comments on commit 50ee6a9

Please sign in to comment.