branches: [master, release]
jobs:
x64:
- runs-on: windows-2019
+ runs-on: windows-2022
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
+ - name: Download yasm.exe
+ run: |
+ curl -o libs\win32\ffmpeg\yasm.exe https://files.freeswitch.org/downloads/win64/yasm-1.3.0.87.g121a.exe
+ copy libs\win32\ffmpeg\yasm.exe libs\win32\libvpx\yasm.exe
+
+ - name: Verify and Run yasm.exe
+ run: |
+ if exist libs\win32\ffmpeg\yasm.exe (
+ libs\win32\ffmpeg\yasm.exe --version
+ ) else (
+ echo ERROR: yasm.exe not found!
+ exit 1
+ )
+ shell: cmd
+
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v2
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>FreeSWITCH.Managed</RootNamespace>
<AssemblyName>FreeSWITCH.Managed</AssemblyName>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
+ <TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<StartupObject>
</StartupObject>
<AppDesignerFolder>Properties</AppDesignerFolder>\r
<RootNamespace>winFailToBan</RootNamespace>\r
<AssemblyName>winFailToBan</AssemblyName>\r
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>\r
+ <TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>\r
<FileAlignment>512</FileAlignment>\r
</PropertyGroup>\r
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
<AppDesignerFolder>Properties</AppDesignerFolder>\r
<RootNamespace>Setup.CA.DownloadOpenH264</RootNamespace>\r
<AssemblyName>Setup.CA.DownloadOpenH264</AssemblyName>\r
- <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>\r
+ <TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>\r
<FileAlignment>512</FileAlignment>\r
</PropertyGroup>\r
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">\r