Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dssAutomation authored Dec 10, 2024
1 parent 8c2c6a8 commit 3ac84e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

# 2. Restore NuGet-Pakete (Abhängigkeiten)
- name: Restore NuGet packages
run: dotnet restore --source https://captain.rtf.siemens.net/artifactory/api/nuget/v3/nuget-remote
run: dotnet restore --source https://api.nuget.org/v3/index.json

# 3. Bauen des .NET-Projekts
- name: Build the .NET project
Expand Down

0 comments on commit 3ac84e6

Please sign in to comment.