Skip to content

Commit 62e05b2

Browse files
authored
Fixed: Loading .sln picked -rc1 from nuget.org, instead of dev feed (#409)
* Fixed: Loading .sln picked -rc1 from nuget.org, instead of dev feed * Include nuget.config in workflows
1 parent 8c85282 commit 62e05b2

File tree

31 files changed

+310
-40
lines changed

31 files changed

+310
-40
lines changed

.github/workflows/Configuration-ConfigurationProviders.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
- .gitattributes
1212
- .gitignore
1313
- behave*
14+
- nuget.config
1415
- Pipfile*
1516
- pyenv.pkgs
1617
- '**/*.py'

.github/workflows/Connectors-MySql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
- .gitattributes
1212
- .gitignore
1313
- behave*
14+
- nuget.config
1415
- Pipfile*
1516
- pyenv.pkgs
1617
- '**/*.py'

.github/workflows/Connectors-MySqlEFCore.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
- .gitattributes
1212
- .gitignore
1313
- behave*
14+
- nuget.config
1415
- Pipfile*
1516
- pyenv.pkgs
1617
- '**/*.py'

.github/workflows/Connectors-PostgreSql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
- .gitattributes
1212
- .gitignore
1313
- behave*
14+
- nuget.config
1415
- Pipfile*
1516
- pyenv.pkgs
1617
- '**/*.py'

.github/workflows/Connectors-PostgreSqlEFCore.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
- .gitattributes
1212
- .gitignore
1313
- behave*
14+
- nuget.config
1415
- Pipfile*
1516
- pyenv.pkgs
1617
- '**/*.py'

.github/workflows/Connectors-RabbitMQ.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
- .gitattributes
1212
- .gitignore
1313
- behave*
14+
- nuget.config
1415
- Pipfile*
1516
- pyenv.pkgs
1617
- '**/*.py'

.github/workflows/Connectors-Redis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
- .gitattributes
1212
- .gitignore
1313
- behave*
14+
- nuget.config
1415
- Pipfile*
1516
- pyenv.pkgs
1617
- '**/*.py'

.github/workflows/FileShares-FileSharesWeb.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
- .gitattributes
1212
- .gitignore
1313
- behave*
14+
- nuget.config
1415
- Pipfile*
1516
- pyenv.pkgs
1617
- '**/*.py'

.github/workflows/Management-ActuatorApi.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
- .gitattributes
1212
- .gitignore
1313
- behave*
14+
- nuget.config
1415
- Pipfile*
1516
- pyenv.pkgs
1617
- '**/*.py'

.github/workflows/Security-RedisDataProtection.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
- .gitattributes
1212
- .gitignore
1313
- behave*
14+
- nuget.config
1415
- Pipfile*
1516
- pyenv.pkgs
1617
- '**/*.py'

0 commit comments

Comments
 (0)