Skip to content

Commit

Permalink
fix(e2e): Setting e2e tests to be a specific version (#2207)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamdavi authored Oct 14, 2021
1 parent 9db49f0 commit 449074d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions e2e/test/E2ETests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -66,17 +66,17 @@
</ItemGroup>

<ItemGroup Condition=" '$(AZURE_IOT_LOCALPACKAGES)' != '' ">
<PackageReference Include="Microsoft.Azure.Devices" Version="1.35.0-preview-*" />
<PackageReference Include="Microsoft.Azure.Devices.Shared" Version="1.29.0-preview-*" />
<PackageReference Include="Microsoft.Azure.Devices" Version="1.35.0-preview-002" />
<PackageReference Include="Microsoft.Azure.Devices.Shared" Version="1.29.0-preview-002" />
<PackageReference Include="Microsoft.Azure.Devices.Client" Version="1.38.1-preview-*" />
</ItemGroup>
<ItemGroup Condition=" ('$(AZURE_IOT_LOCALPACKAGES.ToUpper())' != '') And ( '$(TargetFramework)' != 'net451' ) ">
<PackageReference Include="Microsoft.Azure.Devices.Provisioning.Client" Version="1.18.0-preview-*" />
<PackageReference Include="Microsoft.Azure.Devices.Provisioning.Transport.Amqp" Version="1.15.0-preview-*" />
<PackageReference Include="Microsoft.Azure.Devices.Provisioning.Transport.Http" Version="1.14.0-preview-*" />
<PackageReference Include="Microsoft.Azure.Devices.Provisioning.Transport.Mqtt" Version="1.16.0-preview-*" />
<PackageReference Include="Microsoft.Azure.Devices.Provisioning.Security.Tpm" Version="1.14.0-preview-*" />
<PackageReference Include="Microsoft.Azure.Devices.Provisioning.Service" Version="1.18.0-preview-*" />
<PackageReference Include="Microsoft.Azure.Devices.Provisioning.Client" Version="1.18.0-preview-002" />
<PackageReference Include="Microsoft.Azure.Devices.Provisioning.Transport.Amqp" Version="1.15.0-preview-002" />
<PackageReference Include="Microsoft.Azure.Devices.Provisioning.Transport.Http" Version="1.14.0-preview-002" />
<PackageReference Include="Microsoft.Azure.Devices.Provisioning.Transport.Mqtt" Version="1.16.0-preview-002" />
<PackageReference Include="Microsoft.Azure.Devices.Provisioning.Security.Tpm" Version="1.14.0-preview-002" />
<PackageReference Include="Microsoft.Azure.Devices.Provisioning.Service" Version="1.18.0-preview-002" />
<ProjectReference Include="$(RootDir)\security\tpm\samples\SecurityProviderTpmSimulator\SecurityProviderTpmSimulator.csproj" />
</ItemGroup>
</Project>

0 comments on commit 449074d

Please sign in to comment.