From edebb250abdbb029a31a2cbe63365b079a1ad652 Mon Sep 17 00:00:00 2001 From: Fynn Wittich Date: Sat, 18 Jan 2025 17:24:05 +0100 Subject: [PATCH] Update buildproject.yaml, GiteaTest.csproj.user, PublishLinuxX64.pubxml, and 3 more files --- .gitea/workflows/buildproject.yaml | 18 ++++++++++++++++++ GiteaTest/GiteaTest.csproj.user | 6 ++++++ .../PublishProfiles/PublishLinuxX64.pubxml | 18 ++++++++++++++++++ .../PublishLinuxX64.pubxml.user | 6 ++++++ .../PublishProfiles/PublishWinX64.pubxml | 19 +++++++++++++++++++ .../PublishProfiles/PublishWinX64.pubxml.user | 6 ++++++ 6 files changed, 73 insertions(+) create mode 100644 .gitea/workflows/buildproject.yaml create mode 100644 GiteaTest/GiteaTest.csproj.user create mode 100644 GiteaTest/Properties/PublishProfiles/PublishLinuxX64.pubxml create mode 100644 GiteaTest/Properties/PublishProfiles/PublishLinuxX64.pubxml.user create mode 100644 GiteaTest/Properties/PublishProfiles/PublishWinX64.pubxml create mode 100644 GiteaTest/Properties/PublishProfiles/PublishWinX64.pubxml.user diff --git a/.gitea/workflows/buildproject.yaml b/.gitea/workflows/buildproject.yaml new file mode 100644 index 0000000..f334653 --- /dev/null +++ b/.gitea/workflows/buildproject.yaml @@ -0,0 +1,18 @@ +name: Gitea Actions Demo +run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 +on: [push] + +jobs: + build: + runs-on: ubuntu-latest + strategy: + matrix: + dotnet: [ '8.0.12' ] + name: Dotnet ${{ matrix.dotnet }} sample + steps: + - uses: actions/checkout@master + - name: Setup dotnet + uses: actions/setup-dotnet@v1 + with: + dotnet-version: ${{ matrix.dotnet }} + - run: dotnet build GiteaTest.sln diff --git a/GiteaTest/GiteaTest.csproj.user b/GiteaTest/GiteaTest.csproj.user new file mode 100644 index 0000000..76097bb --- /dev/null +++ b/GiteaTest/GiteaTest.csproj.user @@ -0,0 +1,6 @@ + + + + <_LastSelectedProfileId>D:\Benutzer\germa\Dokumente\Visual Studio 2022\Projects\GiteaTest\Test\GiteaTest\Properties\PublishProfiles\PublishLinuxX64.pubxml + + \ No newline at end of file diff --git a/GiteaTest/Properties/PublishProfiles/PublishLinuxX64.pubxml b/GiteaTest/Properties/PublishProfiles/PublishLinuxX64.pubxml new file mode 100644 index 0000000..ec14ddf --- /dev/null +++ b/GiteaTest/Properties/PublishProfiles/PublishLinuxX64.pubxml @@ -0,0 +1,18 @@ + + + + + Release + Any CPU + publish\linux-x64\ + FileSystem + <_TargetId>Folder + net8.0 + linux-x64 + true + false + false + + \ No newline at end of file diff --git a/GiteaTest/Properties/PublishProfiles/PublishLinuxX64.pubxml.user b/GiteaTest/Properties/PublishProfiles/PublishLinuxX64.pubxml.user new file mode 100644 index 0000000..c09c61c --- /dev/null +++ b/GiteaTest/Properties/PublishProfiles/PublishLinuxX64.pubxml.user @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/GiteaTest/Properties/PublishProfiles/PublishWinX64.pubxml b/GiteaTest/Properties/PublishProfiles/PublishWinX64.pubxml new file mode 100644 index 0000000..840b953 --- /dev/null +++ b/GiteaTest/Properties/PublishProfiles/PublishWinX64.pubxml @@ -0,0 +1,19 @@ + + + + + Release + Any CPU + publish\win-x64\ + FileSystem + <_TargetId>Folder + net8.0 + win-x64 + true + false + false + false + + \ No newline at end of file diff --git a/GiteaTest/Properties/PublishProfiles/PublishWinX64.pubxml.user b/GiteaTest/Properties/PublishProfiles/PublishWinX64.pubxml.user new file mode 100644 index 0000000..c09c61c --- /dev/null +++ b/GiteaTest/Properties/PublishProfiles/PublishWinX64.pubxml.user @@ -0,0 +1,6 @@ + + + + \ No newline at end of file