mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-04 19:31:56 +00:00
[Build-system] Migrate music/sounds from files.freeswitch.org to https://github.com/freeswitch/freeswitch-sounds/releases (#3062)
This commit is contained in:
@@ -61,6 +61,7 @@ using Microsoft.Build.Framework;
|
||||
<SoundPrimaryName Required="true" />
|
||||
<SoundQuality Required="true" />
|
||||
<SoundFileName ParameterType="System.String" Output="True"/>
|
||||
<SoundVersion ParameterType="System.String" Output="True"/>
|
||||
</ParameterGroup>
|
||||
<Task>
|
||||
<Reference Include="Microsoft.Build" />
|
||||
@@ -80,9 +81,12 @@ using Microsoft.Build.Framework;
|
||||
[Output]
|
||||
public string SoundFileName { get; set; }
|
||||
|
||||
[Output]
|
||||
public string SoundVersion { get; set; }
|
||||
|
||||
public override bool Execute()
|
||||
{
|
||||
string SoundVersion = "";
|
||||
SoundVersion = "";
|
||||
|
||||
string SoundVersionFile = "";
|
||||
if (SoundPrimaryName == "music") {
|
||||
|
||||
Reference in New Issue
Block a user