diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index c4696228..ab33044f 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -5,3 +5,8 @@ updates:
target-branch: "develop"
schedule:
interval: "daily"
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ target-branch: "develop"
+ schedule:
+ interval: "daily"
diff --git a/.github/workflows/nuget-publish.yml b/.github/workflows/nuget-publish.yml
index 2170b1a7..64fd4a69 100644
--- a/.github/workflows/nuget-publish.yml
+++ b/.github/workflows/nuget-publish.yml
@@ -2,32 +2,8 @@ name: NuGet Publish
on:
push:
- branches: [ master, develop ]
+ branches: [ develop ]
tags: [ '*' ]
- workflow_dispatch:
- inputs:
- version:
- description: 'Override version (optional)'
- required: false
- type: string
- environment:
- description: 'Publish environment'
- required: false
- default: 'auto'
- type: choice
- options:
- - auto
- - staging
- - production
- create_release:
- description: 'Create GitHub release (production only)'
- required: false
- type: boolean
- default: false
- release_notes:
- description: 'Release notes'
- required: false
- type: string
env:
DOTNET_VERSION: 10.0.x
@@ -134,11 +110,6 @@ jobs:
environment = 'production';
// Create GitHub release for all tags
createRelease = true;
- } else if (ref === 'refs/heads/master') {
- // master branch builds (preview versions)
- version = `${baseVersion}-preview-${context.runNumber}`;
- environment = 'staging';
- shouldPublish = false; // Don't auto-publish from master
}
}
diff --git a/Netorrent.Example/Netorrent.Example.csproj b/Netorrent.Example/Netorrent.Example.csproj
index 7eec74b7..b1b8ab9c 100644
--- a/Netorrent.Example/Netorrent.Example.csproj
+++ b/Netorrent.Example/Netorrent.Example.csproj
@@ -7,8 +7,8 @@
enable
-
-
+
+
diff --git a/Netorrent.Tests.Integration/Netorrent.Tests.Integration.csproj b/Netorrent.Tests.Integration/Netorrent.Tests.Integration.csproj
index e182a278..324ffe13 100644
--- a/Netorrent.Tests.Integration/Netorrent.Tests.Integration.csproj
+++ b/Netorrent.Tests.Integration/Netorrent.Tests.Integration.csproj
@@ -7,7 +7,7 @@
true
-
+
diff --git a/Netorrent.Tests/Netorrent.Tests.csproj b/Netorrent.Tests/Netorrent.Tests.csproj
index cfb17590..77b9f44d 100644
--- a/Netorrent.Tests/Netorrent.Tests.csproj
+++ b/Netorrent.Tests/Netorrent.Tests.csproj
@@ -11,12 +11,12 @@
all
runtime; build; native; contentfiles; analyzers; buildtransitive
-
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive
-
+
diff --git a/Netorrent/Netorrent.csproj b/Netorrent/Netorrent.csproj
index 42685cd2..d4b6206c 100644
--- a/Netorrent/Netorrent.csproj
+++ b/Netorrent/Netorrent.csproj
@@ -25,11 +25,11 @@
CS8600;CS8602;CS8603;CS8604;CS8618;CS8625
-
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive
-
+