Skip to content

Commit 697d173

Browse files
committed
remove nugets from linux. renames
1 parent a0d5252 commit 697d173

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI
1+
name: Integration
22

33
on:
44
pull_request:

.github/workflows/Release.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,6 @@ jobs:
7676
- name: Build for Linux x64
7777
run: dotnet publish ${{ env.PROJECT_NAME }} -c Release -r linux-x64 --self-contained -p:PublishAot=true /p:PackageVersion=${{ env.VERSION }}
7878

79-
- name: Pack NuGet packages
80-
run: dotnet pack ${{ env.PROJECT_NAME }} -c Release /p:PackageVersion=${{ env.VERSION }}
81-
82-
- name: Publish NuGet packages to GitHub Packages
83-
run: dotnet nuget push **/*.nupkg -k ${{ secrets.GITHUB_TOKEN }} -s https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json --skip-duplicate
84-
8579
- name: Upload Linux build artifact
8680
uses: actions/upload-artifact@v4
8781
with:

Consequences.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ EndProject
88
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D661B25B-F61F-48AA-B626-09DDFC8FB7E6}"
99
ProjectSection(SolutionItems) = preProject
1010
.editorconfig = .editorconfig
11-
.github\workflows\CI.yml = .github\workflows\CI.yml
1211
.github\workflows\Release.yml = .github\workflows\Release.yml
12+
.github\workflows\Integration.yml = .github\workflows\Integration.yml
1313
EndProjectSection
1414
EndProject
1515
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsequencesTest", "ConsequencesTest\ConsequencesTest.csproj", "{95BCC49B-7780-41E9-8365-C51B5E1B3D5E}"

0 commit comments

Comments
 (0)