Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
dotnet new classlib -n Scalar.GitInstaller
cd Scalar.GitInstaller
cp ../../scalar/nuget.config .
dotnet add Scalar.GitInstaller.csproj package "GitFor${BUILD_PLATFORM}.GVFS.Installer" --package-directory . --version "$GIT_VERSION"
dotnet add Scalar.GitInstaller.csproj package "GitFor${BUILD_PLATFORM}.GVFS.Installer" --package-directory . --version "$GIT_VERSION" --source "https://pkgs.dev.azure.com/gvfs/ci/_packaging/Dependencies/nuget/v3/index.json"

- name: Install Git (Linux)
if: runner.os == 'Linux'
Expand Down
3 changes: 0 additions & 3 deletions Dependencies.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
<PackageReference Update="Newtonsoft.Json" Version="12.0.2" />
<PackageReference Update="NuGet.CommandLine" Version="5.4.0" />
<PackageReference Update="NuGet.Commands" Version="5.4.0" />
<PackageReference Update="GitForWindows.GVFS.Installer" Version="$(GitPackageVersion)" />
<PackageReference Update="GitForMac.GVFS.Installer" Version="$(GitPackageVersion)" />
<PackageReference Update="GitForLinux.GVFS.Installer" Version="$(GitPackageVersion)" />

<!-- Build-only dependencies -->
<PackageReference Update="MicroBuild.Core" Version="0.2.0" PrivateAssets="all" />
Expand Down
3 changes: 0 additions & 3 deletions Scalar.Common/Scalar.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
<PackageReference Include="NuGet.Commands" />
<PackageReference Include="Microsoft.PowerShell.SDK" />
<PackageReference Include="Microsoft.Windows.Compatibility" />
<PackageReference Include="GitForWindows.GVFS.Installer" PrivateAssets="all" />
<PackageReference Include="GitForMac.GVFS.Installer" PrivateAssets="all" />
<PackageReference Include="GitForLinux.GVFS.Installer" PrivateAssets="all" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 0 additions & 4 deletions Scalar.Installer.Mac/Scalar.Installer.Mac.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@
<ProjectReference Include="..\Scalar\Scalar.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="GitForMac.GVFS.Installer" />
</ItemGroup>

<!-- Only create the installer when running on macOS -->
<Target Name="BuildInstaller" AfterTargets="Publish" Condition="'$(OSPlatform)' == 'osx'" >
<!-- Ensure all projects have been published with the correct runtime identifier and configuration -->
Expand Down
1 change: 0 additions & 1 deletion Scalar.Installer.Windows/Scalar.Installer.Windows.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="GitForWindows.GVFS.Installer" />
<PackageReference Include="Tools.InnoSetup" />
</ItemGroup>

Expand Down
1 change: 0 additions & 1 deletion nuget.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<configuration>
<packageSources>
<clear />
<add key="Dependencies" value="https://pkgs.dev.azure.com/gvfs/ci/_packaging/Dependencies/nuget/v3/index.json" />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>