Skip to content

Commit 8c2c6a8

Browse files
Update build.yml
1 parent 37f429d commit 8c2c6a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
# 2. Restore NuGet-Pakete (Abhängigkeiten)
1919
- name: Restore NuGet packages
20-
run: dotnet restore
20+
run: dotnet restore --source https://captain.rtf.siemens.net/artifactory/api/nuget/v3/nuget-remote
2121

2222
# 3. Bauen des .NET-Projekts
2323
- name: Build the .NET project

0 commit comments

Comments
 (0)