Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.

Commit 7553ce3

Browse files
authored
Fix integration tests & create release on correct repo (#24)
* Provide integration test category * Create release on correct repo
1 parent f3f01eb commit 7553ce3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build/nuget-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ variables:
1818
- name: 'Project'
1919
value: 'Arcus.BackgroundJobs'
2020
- name: 'GitHub.Repository'
21-
value: 'azure-arcus/arcus.backgroundjobs'
21+
value: 'arcus-azure/arcus.backgroundjobs'
2222
# 'Package.Version' is added as queue-time variable on build in Azure DevOps
2323

2424
stages:

src/Arcus.BackgroundJobs.Tests.Integration/Jobs/AutoInvalidateKeyVaultSecretJobTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
namespace Arcus.BackgroundJobs.Tests.Integration.Jobs
1616
{
17+
[Trait(name: "Category", value: "Integration")]
1718
public class AutoInvalidateKeyVaultSecretJobTests : IAsyncLifetime
1819
{
1920
private readonly TestConfig _config;

0 commit comments

Comments
 (0)