.forgejo/workflows/dotnet.yaml aktualisiert
All checks were successful
Dotnet Build / build (push) Successful in 2m27s
All checks were successful
Dotnet Build / build (push) Successful in 2m27s
This commit is contained in:
parent
16b21bf005
commit
12fbc227a5
1 changed files with 0 additions and 1 deletions
|
@ -16,7 +16,6 @@ jobs:
|
||||||
msbuild -version
|
msbuild -version
|
||||||
|
|
||||||
- name: Extract project version
|
- name: Extract project version
|
||||||
shell: pwsh
|
|
||||||
run: |
|
run: |
|
||||||
$version = Select-String -Path "WeeXnes/WeeXnes.csproj" -Pattern "<Version>(.+?)</Version>" | ForEach-Object {
|
$version = Select-String -Path "WeeXnes/WeeXnes.csproj" -Pattern "<Version>(.+?)</Version>" | ForEach-Object {
|
||||||
($_ -match "<Version>(.+?)</Version>") | Out-Null
|
($_ -match "<Version>(.+?)</Version>") | Out-Null
|
||||||
|
|
Loading…
Add table
Reference in a new issue