mirror of
https://github.com/nomi-san/parsec-vdd.git
synced 2026-08-07 05:20:44 +00:00
fix auto build script
This commit is contained in:
@@ -24,8 +24,8 @@ jobs:
|
||||
|
||||
- name: Patch project files
|
||||
run: |
|
||||
(Get-Content app\ParsecVDisplay.csproj) -replace "FrameworkVersion>v4.6.2", "FrameworkVersion>v4.8" | Out-File app\ParsecVDisplay.csproj
|
||||
(Get-Content app\App.config) -replace "Version=v4.6.2", "Version=v4.8" | Out-File app\App.config
|
||||
(Get-Content app\ParsecVDisplay.csproj) -replace "FrameworkVersion>v4.7.2", "FrameworkVersion>v4.8" | Out-File app\ParsecVDisplay.csproj
|
||||
(Get-Content app\App.config) -replace "Version=v4.7.2", "Version=v4.8" | Out-File app\App.config
|
||||
|
||||
- name: Setup msbuild
|
||||
uses: microsoft/setup-msbuild@v2
|
||||
|
||||
Reference in New Issue
Block a user