Skip to content

Commit

Permalink
Merge pull request #28 from AntMeNet/develop
Browse files Browse the repository at this point in the history
Release 1.7.4
  • Loading branch information
tomwendel authored Apr 28, 2022
2 parents 0c7685e + a7f3871 commit abbeb94
Show file tree
Hide file tree
Showing 448 changed files with 9,259 additions and 39,309 deletions.
39 changes: 39 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
name: .NET

# Build everything on each push (for now)
on: [push]

env:
# Required by the setup-msbuild action
ACTIONS_ALLOW_UNSECURE_COMMANDS: true

jobs:
build:

runs-on: windows-latest

steps:
- name: Setup MsBuild
uses: microsoft/[email protected]

- name: Setup NuGet
uses: NuGet/[email protected]

- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Restore NuGet Packages
run: nuget restore AntMe.sln

- name: build
run: msbuild AntMe.sln /p:Configuration=Release

- name: Upload Artifacts
uses: actions/upload-artifact@v3
with:
name: Setup
path: Setup/bin/Release/AntMe.msi


24 changes: 0 additions & 24 deletions AntMe.Online.Client/Achievement.cs

This file was deleted.

22 changes: 0 additions & 22 deletions AntMe.Online.Client/AchievementManager.cs

This file was deleted.

144 changes: 0 additions & 144 deletions AntMe.Online.Client/AntMe.Online.Client.csproj

This file was deleted.

Binary file removed AntMe.Online.Client/AntMe.snk
Binary file not shown.
68 changes: 0 additions & 68 deletions AntMe.Online.Client/Configuration.cs

This file was deleted.

Loading

0 comments on commit abbeb94

Please sign in to comment.