Sha256: 155b5f274c02b939ac186e022899fa6a9baf6df2039d5cf7df353a4770b6f7bf
Contents?: true
Size: 311 Bytes
Versions: 40
Compression:
Stored size: 311 Bytes
Contents
require_relative '../lib/msbuild.rb' describe MSBuild do it "should have be able extract 'Any CPU' platform from sln file" do platforms=MSBuild.get_platforms("#{File.dirname(__FILE__)}/test_data/csharp_projects/helloDll/helloDll.sln") expect(platforms.include?('Any CPU')).to eq(true) end end
Version data entries
40 entries across 40 versions & 1 rubygems