.forgejo/workflows/dotnet.yaml aktualisiert
All checks were successful
Dotnet Build / build (push) Successful in 2m27s

This commit is contained in:
WeeXnes 2025-05-18 19:24:49 +00:00
parent 16b21bf005
commit 12fbc227a5

View file

@ -16,7 +16,6 @@ jobs:
msbuild -version
- name: Extract project version
shell: pwsh
run: |
$version = Select-String -Path "WeeXnes/WeeXnes.csproj" -Pattern "<Version>(.+?)</Version>" | ForEach-Object {
($_ -match "<Version>(.+?)</Version>") | Out-Null