Skip to content

Commit

Permalink
lets give this a try
Browse files Browse the repository at this point in the history
  • Loading branch information
RickyB505 committed Sep 20, 2024
1 parent 72c98fd commit 5f6a527
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ build:
include_nuget_references: true
verbosity: minimal
after_build:
- cmd: copy README.md \build\net452\README.md
- cmd: copy LICENSE.md \build\net452\LICENSE.md
- ps: Invoke-WebRequest -OutFile '\build\net452\fxmanifest.lua' https://vespura.com/vmenu/fxmanifest.lua
- cmd: copy README.md build\net452\README.md
- cmd: copy LICENSE.md build\net452\LICENSE.md
- ps: Invoke-WebRequest -OutFile 'build\net452\fxmanifest.lua' https://vespura.com/vmenu/fxmanifest.lua
- cmd: if %APPVEYOR_REPO_TAG%==true (appveyor SetVariable -Name VERSION_NAME -Value %APPVEYOR_REPO_TAG_NAME%) else (appveyor SetVariable -Name VERSION_NAME -Value beta-%APPVEYOR_REPO_COMMIT:~0,7%)
- ps: (gc '\build\net452\fxmanifest.lua') -replace 'versiongoeshere', $env:VERSION_NAME | Out-File -encoding ASCII '\build\net452\fxmanifest.lua'
- cmd: cd \build\net452\ && 7z a "..\..\vMenu\vMenu-%VERSION_NAME%.zip" -r * && cd ..\..\vMenu\
- ps: (gc 'build\net452\fxmanifest.lua') -replace 'versiongoeshere', $env:VERSION_NAME | Out-File -encoding ASCII 'build\net452\fxmanifest.lua'
- cmd: cd build\net452\ && 7z a "..\..\vMenu\vMenu-%VERSION_NAME%.zip" -r * && cd ..\..\vMenu\
- cmd: appveyor PushArtifact vMenu-%VERSION_NAME%.zip
deploy:
- provider: GitHub
Expand Down
2 changes: 1 addition & 1 deletion vMenu/vMenuClient.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net452</TargetFramework>
<TargetFramework>net462</TargetFramework>
<DebugType>embedded</DebugType>
<Configurations>Release;Debug</Configurations>
<AssemblyName>vMenuClient.net</AssemblyName>
Expand Down

0 comments on commit 5f6a527

Please sign in to comment.